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 f2ac726a2 Changing how the dependency on task typeScriptDocs is done
f2ac726a2 is described below

commit f2ac726a258655418b9e0121caaaf61a205a9292
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Sun Feb 22 11:19:31 2026 -0300

    Changing how the dependency on task typeScriptDocs is done
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index ef3853576..4785894ff 100755
--- a/build.gradle
+++ b/build.gradle
@@ -314,7 +314,7 @@ tasks.register('typeScriptDocs') {
     group = 'Documentation'
     description = 'Builds typedoc documentation for all TypeScript sources'
 
-    dependsOn(project(':tapestry-core').tasks.named('generateTypeScriptDocs'))
+    dependsOn(':tapestry-core:generateTypeScriptDocs')
 }
 
 tasks.register('combinedJacocoReport', JacocoReport) {

Reply via email to