This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to tag 5.8.8 in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 5c4fb12618e3888c5611eca5fd0e76a4cb4ed196 Author: Thiago H. de Paula Figueiredo <[email protected]> AuthorDate: Wed Aug 7 22:27:41 2024 -0300 Changing quickstart's generated project version to 7.3 since 7.2 was removed from https://services.gradle.org/distributions/ --- quickstart/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/build.gradle b/quickstart/build.gradle index 0bde4d343..98225bf97 100644 --- a/quickstart/build.gradle +++ b/quickstart/build.gradle @@ -15,7 +15,7 @@ task copyGradleWrapper(type: Copy) { task addGradleWrapper(type: Exec) { workingDir "$buildDir/wrapper" - commandLine "${rootProject.projectDir}/gradlew", 'wrapper', '--gradle-version', '7.2' + commandLine "${rootProject.projectDir}/gradlew", 'wrapper', '--gradle-version', '7.3' standardOutput = new ByteArrayOutputStream()
