Skip to content

Commit

Permalink
chore: prepare for Java 17 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Nov 2, 2021
1 parent 9cd4a98 commit 463dd38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Expand Up @@ -2,3 +2,4 @@
!src
!build.gradle
!settings.gradle
!gradle.properties
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -76,7 +76,6 @@ test {
}

jacoco {
toolVersion = "0.8.6"
}

jacocoTestReport {
Expand Down
11 changes: 11 additions & 0 deletions gradle.properties
@@ -0,0 +1,11 @@
# via https://github.com/diffplug/spotless/issues/834
org.gradle.jvmargs=-Dfile.encoding=UTF-8 \
--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.jvm=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
--add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED

0 comments on commit 463dd38

Please sign in to comment.