This is an automated email from the ASF dual-hosted git repository. sunlan pushed a commit to branch GROOVY-9621 in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 1b294cf935f557611c48201fc5cb69a6ef842220 Author: Daniel Sun <[email protected]> AuthorDate: Mon Jul 6 08:01:25 2020 +0800 GROOVY-9621: Bump gradle to 6.5.1 --- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3d2d7c1..872462c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ groovyVersion = 4.0.0-SNAPSHOT # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits) groovyBundleVersion = 4.0.0.SNAPSHOT -gradle_version=6.5 +gradle_version=6.5.1 groovyJUnit_ms=512m groovyJUnit_mx=2g diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 622ab64..bb8b2fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists
