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 6f74325 commit 9a1fc1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Expand Up @@ -182,11 +182,6 @@ subprojects {
}

tasks.withType(JavaCompile) {
if (buildJavaVersion >= 16) {
// -- Workaround for https://github.com/gradle/gradle/issues/15538
options.forkOptions.jvmArgs.addAll( ['--add-opens', 'jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED'] )
// --
}
options.encoding = 'UTF-8'
options.deprecation = true
}
Expand Down

0 comments on commit 9a1fc1e

Please sign in to comment.