clayburn opened a new pull request, #42: URL: https://github.com/apache/tapestry-5/pull/42
This PR sets the Gradle build's rootProject name to `tapestry`. If it is more desirable to set this to `tapestry-5` to match the repo name, let me know and I can amend the PR. Setting the rootProject name to a static value is a general Gradle best practice. Without this value, the project name will fallback to the name of the folder in which the build executed, which can vary from machine to machine. Tooling such as Gradle Enterprise uses this project name to associate builds from different projects together. In the absence of this change, you may see dynamic project names, such as [this build](https://ge.apache.org/s/ez6ub7uezkxhg) where the project name is "TAPS-2741". A build scan like this can be associated back to it's Jenkins builds via the included links and [values](https://ge.apache.org/s/ez6ub7uezkxhg/custom-values#L30). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org