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 9b0e1ef68 TAP5-2785: suffixing more jakarta.servlet artifacts 9b0e1ef68 is described below commit 9b0e1ef687f40006a4842d9d0171715e6e2adc5c Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Aug 25 11:04:17 2024 -0300 TAP5-2785: suffixing more jakarta.servlet artifacts --- build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 934dfacf0..109ec2328 100755 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,10 @@ def artifactSuffix = "-jakarta" // Artifacts that have both an unsuffixed artifact from the javax branch // and a suffixed one from the master branch def suffixedArtifactNames = ["tapestry-core", "tapestry-http", "tapestry-test", - "tapestry-runner", "tapestry-spring"] + "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"] ext.continuousIntegrationBuild = Boolean.getBoolean("ci")