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

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


The following commit(s) were added to refs/heads/master by this push:
     new 42b9a0321 Changing how the dependency on task typeScriptDocs is done
42b9a0321 is described below

commit 42b9a0321f8b8bc31731d7accd3b41c355ef37e4
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 dbd8b2958..7196a0aa2 100755
--- a/build.gradle
+++ b/build.gradle
@@ -311,7 +311,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