Updates for 6.0.0-SNAPSHOT
diff --git a/README.md b/README.md index a7f5555..510149b 100644 --- a/README.md +++ b/README.md
@@ -14,7 +14,7 @@ | Grails | Wrapper | |---------------|---------------------------------------------------------------| | 5.0.0 - 5.3.3 | [3.0.0.M1](https://github.com/grails/grails-wrapper/releases) | -| 5.3.4 - 5.3.X | [3.1.0](https://github.com/grails/grails-wrapper/releases) | -| 6.x.x | [4.0.0](https://github.com/grails/grails-wrapper/releases) | -| 7.x.x | [5.0.x](https://github.com/grails/grails-wrapper/releases) | +| 5.3.4 - 5.3.X | [3.1.x](https://github.com/grails/grails-wrapper/releases) | +| 6.x.x | [4.0.x](https://github.com/grails/grails-wrapper/releases) | +| 7.x.x | [6.0.x](https://github.com/grails/grails-wrapper/releases) |
diff --git a/gradle.properties b/gradle.properties index 11ba884..8ba0d45 100644 --- a/gradle.properties +++ b/gradle.properties
@@ -1,4 +1,4 @@ -projectVersion=5.0.3-SNAPSHOT +projectVersion=6.0.0-SNAPSHOT grailsVersion=7.0.0-SNAPSHOT grailsGradlePluginVersion=7.0.0-SNAPSHOT groovyVersion=4.0.23
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 9355b41..df97d72 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME