From 9b89b4e00d287aa266d2f25f9701103b634ac0ac Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 13 Dec 2021 18:57:08 -0800 Subject: [PATCH] Add Gradle JVM option to open the java.base/java.util.prefs module to all unnamed project modules. This is required by the local Spring Build Convents Gradle Plugins (PropDeps Gradle Plugin?). --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index bd3f895..666e48d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ +org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 --add-opens java.base/java.util.prefs=ALL_UNNAMED antlrVersion=2.7.7 apacheGeodeVersion=1.14.0 assertjVersion=3.21.0