Skip to content

Commit 548f4b8

Browse files
committed
Set the bazel language level to 11 for the plugin
We still use `--release 8` for most libraries, so in reality all this does it make our life in IJ a little nicer: we can't break the compatibility of the client bindings with this change.
1 parent 5d58b8e commit 548f4b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/ij.bazelproject

+2
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ additional_languages:
2626
# scala
2727
typescript
2828

29+
# We enforce the correct language level via our .bazelrc
30+
java_language_level: 11

0 commit comments

Comments
 (0)