Skip to content

Commit f875936

Browse files
committed
[java] Setting language level to 11 in IDEA project to allow new features in tests, let bazel control Java 8 conformance in the main subtree.
1 parent 23f21c9 commit f875936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/java.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<module type="JAVA_MODULE" version="4">
3-
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
3+
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_11">
44
<output url="file://$MODULE_DIR$/build/production" />
55
<output-test url="file://$MODULE_DIR$/build/test" />
66
<exclude-output />

0 commit comments

Comments
 (0)