This is an automated email from the ASF dual-hosted git repository. thiagohp pushed a commit to branch feature/coffeescript-to-typescript in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
commit 736bea01e4e722c5c3bf301c9f680d14caaf08f1 Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br> AuthorDate: Sun Jun 8 16:22:24 2025 -0300 Revert "Enabling logging to Gradle console on tapestry-beanvalidator" This reverts commit e8e10d9865f2b6554fa986da723c94aa29da203e. --- tapestry-beanvalidator/build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tapestry-beanvalidator/build.gradle b/tapestry-beanvalidator/build.gradle index eaa51d8d4..7c20eb3ea 100644 --- a/tapestry-beanvalidator/build.gradle +++ b/tapestry-beanvalidator/build.gradle @@ -17,11 +17,6 @@ dependencies { } -test { - testLogging.showStandardStreams = true - testLogging.exceptionFormat = 'full' -} - // Start up the test app, useful when debugging failing integration tests task runTestApp303(type:JavaExec) { main = 'org.apache.tapestry5.test.JettyRunner'