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 667ab7305 TAP5-2785: tapestry-beanvalidator also needs suffixed 
artifact
667ab7305 is described below

commit 667ab7305ea8cf5523a7d23af38c460a2f717848
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sat Sep 21 10:38:19 2024 -0300

    TAP5-2785: tapestry-beanvalidator also needs suffixed artifact
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index c051d0f12..54482cfd4 100755
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ def suffixedArtifactNames = ["tapestry-core", 
"tapestry-http", "tapestry-test",
         "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"]
+        "tapestry-spock", "tapestry-beanvalidator"]
 
 ext.continuousIntegrationBuild = Boolean.getBoolean("ci")
 

Reply via email to