File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ spotbugs { reportLevel = 'low' } // low|medium|high (low = sensitive to even min
2929
3030test {
3131 useJUnitPlatform()
32- if (JavaVersion . current(). isCompatibleWith(JavaVersion . VERSION_17 )) {
32+ if (JavaVersion . current(). isCompatibleWith(JavaVersion . VERSION_16 )) {
3333 // needed for EclipseCdtFormatterStepTest
3434 jvmArgs ' --add-opens=java.base/java.lang=ALL-UNNAMED'
3535 }
Original file line number Diff line number Diff line change 3030 ' --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED' ,
3131 ' --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED' ,
3232 ' --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED' ,
33- ' --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED'
33+ ' --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED' ,
34+ ' --add-opens=java.base/java.lang=ALL-UNNAMED'
3435 ]
3536 jvmArgs args
3637 }
You can’t perform that action at this time.
0 commit comments