Skip to content

Commit cad2210

Browse files
committed
Enable native access for ALL-UNNAMED
1 parent 9eb1480 commit cad2210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ tasks.startScripts {
196196

197197
tasks.withType<JavaExec>().configureEach {
198198
jvmArgs(addReads)
199+
jvmArgs("--enable-native-access=ALL-UNNAMED")
199200
if (os.contains("mac")) {
200201
jvmArgs("-XstartOnFirstThread")
201202
}

0 commit comments

Comments
 (0)