commit | 87e5aac3503a2c17d048ce8d3a84569a0d54d934 | [log] [tgz] |
---|---|---|
author | Googler <hvd@google.com> | Tue Oct 08 03:01:00 2024 -0700 |
committer | rules_java Copybara <noreply@google.com> | Tue Oct 08 03:01:37 2024 -0700 |
tree | dfa05a89501e86494b951d9525ba8013900d4ee0 | |
parent | 708d0ccb19525f1100dc7f38fe8f42efcfe9cff2 [diff] |
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: Icc9600af2543720ff98a9d695cdd526f59612b9c
Java Rules for Bazel https://bazel.build.