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 531a18b00 TAP5-2785: suffixing more jakarta.servlet artifacts
531a18b00 is described below

commit 531a18b00f080082262e6d07a4ee8d888a92e3cd
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 8efdb6c90..d93f2e8d4 100755
--- a/build.gradle
+++ b/build.gradle
@@ -33,7 +33,10 @@ def artifactSuffix = ""
 // 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")
 

Reply via email to