Skip to content

Commit

Permalink
jvmargs
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Oct 22, 2024
1 parent 89745cc commit 6fba41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it/zone-leader-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ dependencies {

if (project.ext.testJavaVersion >= 16) {
tasks.withType(Test) {
jvmArgs '--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED'
jvmArgs '--add-opens=java.base/java.lang=ALL-UNNAMED', '--add-opens=java.base/java.util=ALL-UNNAMED'
}
}

0 comments on commit 6fba41d

Please sign in to comment.