This is an automated email from the ASF dual-hosted git repository.

thiagohp pushed a commit to branch feature/requirejs-less
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


The following commit(s) were added to refs/heads/feature/requirejs-less by this 
push:
     new c468d8061 TAP5-2810: fixing another syntax error in build.gradle
c468d8061 is described below

commit c468d8061850e5d974eb28d2b0c6703448d38dc9
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Tue Jul 29 20:11:22 2025 -0300

    TAP5-2810: fixing another syntax error in build.gradle
---
 tapestry-core/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle
index f41e8b466..7f3631771 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -165,7 +165,7 @@ task testWithPrototypeAndRequireJsEnabled(type:Test) {
 task testWithPrototypeAndRequireJsDisabled(type:Test) {
   print("-------------------------------------");
   print("Test suite with Prototype.js as infrastructure and Require.js 
disabled")
-  print("-------------------------------------);
+  print("-------------------------------------");
   systemProperties."tapestry.javascript-infrastructure-provider" = "prototype"
   systemProperties."tapestry.require-js-enabled" = "false"
 }
\ No newline at end of file

Reply via email to