Skip to content

Commit 52b41e2

Browse files
giftkugeldeepy
authored andcommitted
Add JVM arguments for Java modules
1 parent afd8e83 commit 52b41e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -182,3 +182,7 @@ pluginBundle {
182182
tasks.wrapper {
183183
distributionType = Wrapper.DistributionType.ALL
184184
}
185+
186+
tasks.withType<Test>().configureEach {
187+
jvmArgs("--add-opens=java.base/java.util=ALL-UNNAMED")
188+
}

0 commit comments

Comments
 (0)