Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0.0] Update rules_java v8.1.0 #23920

Merged
merged 2 commits into from
Oct 9, 2024
Merged

[8.0.0] Update rules_java v8.1.0 #23920

merged 2 commits into from
Oct 9, 2024

Commits on Oct 9, 2024

  1. Change the default java source_version / target_version to 11

    Using a language version of 8 and running with jdk21 (or later) results in:
    
    ```
    warning: [options] source value 8 is obsolete and will be removed in a future release
    warning: [options] target value 8 is obsolete and will be removed in a future release
    warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
    ```
    PiperOrigin-RevId: 683542164
    Change-Id: Id96bddac66812622015abf621a60327c5544c202
    
    (cherry picked from commit 59fd9ea)
    hvadehra committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ff3e9a6 View commit details
    Browse the repository at this point in the history
  2. Update rules_java v8.1.0

    Closes #23909.
    
    PiperOrigin-RevId: 683957756
    Change-Id: I9d3fea6a9a68dbc40a39e98d0cf6b873635df68f
    (cherry picked from commit 08ff8bb)
    hvadehra committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7a2256a View commit details
    Browse the repository at this point in the history