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 771967752 TAP5-2785: tapestry-beanvalidator also needs suffixed artifact 771967752 is described below commit 7719677526b67589582ec2058f0582e049b812a5 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 9fdad439e..93c7152a1 100755 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,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")