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 0b4ad3845 TAP5-2785: suffixing more jakarta.* artifacts 0b4ad3845 is described below commit 0b4ad38458060c0b787a494319a0f278d9eeec29 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Sep 8 18:16:56 2024 -0300 TAP5-2785: suffixing more jakarta.* artifacts --- build.gradle | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7deeb2676..e7a3d0079 100755 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,11 @@ def suffixedArtifactNames = ["tapestry-core", "tapestry-http", "tapestry-test", "tapestry-runner", "tapestry-spring", "tapestry-spring", "tapestry-kaptcha", "tapestry-openapi-viewer", "tapestry-upload", "tapestry-jmx", "tapestry-jpa", "tapestry-kaptcha", "tapestry-openapi-viewer", - "tapestry-rest-jackson", "tapestry-webresources"] + "tapestry-rest-jackson", "tapestry-webresources", "tapestry-cdi", + "tapestry-ioc", "tapestry-ioc-jcache", "tapestry-jmx", "tapestry-spock", + "tapestry-clojure", "tapestry-hibernate", "tapestry-hibernate-core", + "tapestry-ioc-junit", "tapestry-latest-java-tests", "tapestry-mongodb", + "tapestry-spock"] ext.continuousIntegrationBuild = Boolean.getBoolean("ci")