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
29
29
30
30
test {
31
31
useJUnitPlatform()
32
- if (JavaVersion . current(). isCompatibleWith(JavaVersion . VERSION_17 )) {
32
+ if (JavaVersion . current(). isCompatibleWith(JavaVersion . VERSION_16 )) {
33
33
// needed for EclipseCdtFormatterStepTest
34
34
jvmArgs ' --add-opens=java.base/java.lang=ALL-UNNAMED'
35
35
}
Original file line number Diff line number Diff line change 30
30
' --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED' ,
31
31
' --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED' ,
32
32
' --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'
34
35
]
35
36
jvmArgs args
36
37
}
You can’t perform that action at this time.
0 commit comments