Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49c6102

Browse files
committed
Updated gradle version and changed java opts
springfox#1505
1 parent aec5bdb commit 49c6102

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ machine:
1212
CI_BRANCH: $CIRCLE_BRANCH
1313
CI_BUILD_NUMBER: $CIRCLE_BUILD_NUM
1414
CI_BUILD_URL: $CIRCLE_COMPARE_URL
15+
_JAVA_OPTIONS: "-Xmx1024M -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=512M"
1516
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-Xmx3840m -XX:+HeapDumpOnOutOfMemoryError"'
1617

1718
checkout:

gradle/wrapper/gradle-wrapper.jar

0 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Feb 28 20:49:32 CST 2017
1+
#Sun Mar 19 14:24:04 CDT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-bin.zip

0 commit comments

Comments
 (0)