Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec5bdb commit 49c6102Copy full SHA for 49c6102
3 files changed
circle.yml
@@ -12,6 +12,7 @@ machine:
12
CI_BRANCH: $CIRCLE_BRANCH
13
CI_BUILD_NUMBER: $CIRCLE_BUILD_NUM
14
CI_BUILD_URL: $CIRCLE_COMPARE_URL
15
+ _JAVA_OPTIONS: "-Xmx1024M -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512M"
16
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx3840m -XX:+HeapDumpOnOutOfMemoryError"'
17
18
checkout:
gradle/wrapper/gradle-wrapper.jar
0 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
-#Tue Feb 28 20:49:32 CST 2017
+#Sun Mar 19 14:24:04 CDT 2017
2
distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip
0 commit comments