Skip to content

Commit 935dc23

Browse files
committed
fix: add JVM opens flags for JDK 25 compatibility
1 parent 7ce1d6a commit 935dc23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
2+
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED
33
# Use Java 21 toolchain for compilation (Android Gradle Plugin compatibility)
44
org.gradle.java.installations.auto-detect=true
55
org.gradle.java.installations.auto-download=true

0 commit comments

Comments
 (0)