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


The following commit(s) were added to 
refs/heads/feature/coffeescript-to-typescript by this push:
     new 69a29ab60 TAP5-2804: task tapestry-core:compileTypeScript not being 
called
69a29ab60 is described below

commit 69a29ab609c13661a1fee31d9033e45b51a2f189
Author: Thiago H. de Paula Figueiredo <thi...@arsmachina.com.br>
AuthorDate: Sun Jun 8 16:01:28 2025 -0300

    TAP5-2804: task tapestry-core:compileTypeScript not being called
---
 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 c06f44831..c23f621e6 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -85,7 +85,7 @@ task cleanTypeScriptFiles(type: Delete) {
     delete "src/main/typescript/docs"
 }
 
-build.dependsOn compileTypeScript
+processResources.dependsOn compileTypeScript
 clean.dependsOn cleanTypeScriptFiles
 
 // Not sure why this is necessary:

Reply via email to