Skip to content

Commit

Permalink
[java] require Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 30, 2023
1 parent 1992155 commit 05281bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build --tool_java_runtime_version=remotejdk_17

# We target java 8 by default

build --javacopt="--release 8"
build --javacopt="--release 11"

# Require java dependencies to be used and first-order

Expand Down

0 comments on commit 05281bd

Please sign in to comment.