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?).
This commit is contained in:
John Blum
2021-12-13 18:57:08 -08:00
parent f5ba8314ca
commit 9b89b4e00d

View File

@@ -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