Skip to content

Commit

Permalink
undo java17 stuff maybe not needed now?
Browse files Browse the repository at this point in the history
  • Loading branch information
esword committed Nov 22, 2024
1 parent ce354ef commit f375f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-baseline-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test {
// to request from mavenLocal()
environment 'ORG_GRADLE_PROJECT_baselineErrorProneVersion', project.version

environment 'JAVA_TOOL_OPTIONS', "--add-opens=java.base/java.util=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"
// environment 'JAVA_TOOL_OPTIONS', "--add-opens=java.base/java.util=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED"

systemProperty 'ignoreDeprecations', 'true'
}
Expand Down

0 comments on commit f375f2c

Please sign in to comment.