This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch javax in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/javax by this push: new d5671296a Set the rootProject.name of the Gradle build for consistent project naming d5671296a is described below commit d5671296a4b5b2ca5ebdd07277cce34e3ca0f00b Author: Clay Johnson <cjohn...@gradle.com> AuthorDate: Thu Jun 29 08:31:55 2023 -0500 Set the rootProject.name of the Gradle build for consistent project naming --- settings.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/settings.gradle b/settings.gradle index bc0214947..b214e17d6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -32,6 +32,8 @@ buildCache { } } +rootProject.name = "tapestry" + include "plastic", "tapestry5-annotations", "tapestry-test", "tapestry-func", "tapestry-ioc", "tapestry-json", "tapestry-http", "tapestry-core" include "tapestry-hibernate-core", "tapestry-hibernate", "tapestry-jmx", "tapestry-upload", "tapestry-spring" include "tapestry-beanvalidator", "tapestry-jpa", "tapestry-kaptcha"