Skip to content

Commit

Permalink
apps/build.gradle.kts: avoid using weird JVM options
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jul 4, 2024
1 parent bf5ea27 commit 4c48362
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ tasks.withType<Javadoc>().all { // Javadoc runtime options:
tasks.withType<JavaExec>().all { // Java runtime options:
classpath = sourceSets.main.get().getRuntimeClasspath()
enableAssertions = true
jvmArgs("--enable-native-access=ALL-UNNAMED")
jvmArgs("--enable-preview")
}

// Register cleanup tasks:
Expand Down

0 comments on commit 4c48362

Please sign in to comment.