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 f280e4fc8 Set the rootProject.name of the Gradle build for consistent project naming f280e4fc8 is described below commit f280e4fc8ac4587f8060e07e028a46056dc0564d 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 ec6255986..d541ea32c 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" include "tapestry-beanvalidator", "tapestry-jpa", "tapestry-kaptcha"