Repository: groovy Updated Branches: refs/heads/master c3ba30b86 -> 889fb49c9
Bump gradle version to 4.5-rc-2 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/889fb49c Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/889fb49c Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/889fb49c Branch: refs/heads/master Commit: 889fb49c99be1940bd0ad1221868632b7afa64b2 Parents: c3ba30b Author: sunlan <[email protected]> Authored: Wed Jan 24 09:30:53 2018 +0800 Committer: sunlan <[email protected]> Committed: Wed Jan 24 09:30:53 2018 +0800 ---------------------------------------------------------------------- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/groovy/blob/889fb49c/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 3ca3701..e14afb5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ groovyVersion = 3.0.0-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) groovyBundleVersion = 3.0.0.SNAPSHOT -gradle_version=4.5-rc-1 +gradle_version=4.5-rc-2 groovyJUnit_ms=512m groovyJUnit_mx=1g http://git-wip-us.apache.org/repos/asf/groovy/blob/889fb49c/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index bb44c37..4406e54 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-rc-1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-rc-2-bin.zip
