Skip to content

Commit

Permalink
[Gradle] Remove workaround for gradle/gradle#15538 as the issue was f…
Browse files Browse the repository at this point in the history
…ixed in Gradle 7.x.
  • Loading branch information
vyazelenko committed Jul 16, 2021
1 parent f887c35 commit 293c767
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Expand Up @@ -195,10 +195,6 @@ subprojects {
}

if (buildJavaVersion >= 9) {
// -- Workaround for https://github.com/gradle/gradle/issues/15538
options.forkOptions.jvmArgs.addAll( ['--add-opens', 'jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED'] )
// --

javaCompiler.set(toolchainCompiler)
}
else {
Expand Down

0 comments on commit 293c767

Please sign in to comment.