Browse Source
This commit adds the following to gradle.properties in order to execute the Gradle daemon on JDK 9, since Gradle's DaemonParameters automatically sets the MaxPermSize JVM argument, which is no longer supported on JDK 9. org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xmx1024m Issue: SPR-12549pull/750/merge
Sam Brannen
10 years ago
1 changed files with 5 additions and 0 deletions
@ -1 +1,6 @@
@@ -1 +1,6 @@
|
||||
version=4.2.0.BUILD-SNAPSHOT |
||||
|
||||
# The following is necessary for running the Gradle daemon on JDK 9, since |
||||
# Gradle's DaemonParameters automatically sets the MaxPermSize JVM argument, |
||||
# which is no longer supported on JDK 9. |
||||
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m -Xmx1024m |
||||
|
Loading…
Reference in new issue