Repository: groovy Updated Branches: refs/heads/master 3992c4d20 -> 2674358dd
Bump gradle version to 4.5 Project: http://git-wip-us.apache.org/repos/asf/groovy/repo Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/2674358d Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/2674358d Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/2674358d Branch: refs/heads/master Commit: 2674358dde7d751f15c3171efbfb19816320ac32 Parents: 3992c4d Author: sunlan <[email protected]> Authored: Thu Jan 25 07:59:53 2018 +0800 Committer: sunlan <[email protected]> Committed: Thu Jan 25 07:59: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/2674358d/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index e14afb5..745f8b0 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-2 +gradle_version=4.5 groovyJUnit_ms=512m groovyJUnit_mx=1g http://git-wip-us.apache.org/repos/asf/groovy/blob/2674358d/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4406e54..be280be 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-2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-bin.zip
