Current fixes to build with Gradle 9.0.0 and JSK 24

This commit is contained in:
Olusesan Ameye
2025-08-03 07:36:50 -04:00
parent 3aed912ae8
commit b92f1520d4
7 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx1536m
org.gradle.jvmargs=-Xmx1536m --enable-native-access=ALL-UNNAMED
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit