This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new 8f80f80cf Changing quickstart's generated project version to 7.3
8f80f80cf is described below
commit 8f80f80cf7fe8e7f98a6779175481965d9b5b1de
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 a9a5357ce..7fc50bc5a 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()