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

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

commit b4f38e270119a2b9d7f1bdca7f0538551337e12c
Author: Ben Weidig <[email protected]>
AuthorDate: Sat May 23 14:04:00 2026 +0200

    TAP5-2828: build.gradle use javadoc convention
---
 build.gradle | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/build.gradle b/build.gradle
index 7c35bf751..9b34d28ac 100755
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,8 @@ import org.apache.tools.ant.filters.ReplaceTokens
 plugins {
     id 'base'
     id 'maven-publish'
-}
+    id 'tapestry.javadoc-convention'
+ }
 
 description = 'Apache Tapestry 5 Project'
 
@@ -265,18 +266,13 @@ tasks.register('aggregateJavadoc', Javadoc) {
         docTitle "Tapestry API - ($project.version)"
         bottom "${project.version} - Copyright &copy; 2003-${thisYear} <a 
href=\"http://tapestry.apache.org/\";>The Apache Software Foundation</a>."
         setUse(use)
-        links 'https://docs.oracle.com/en/java/javase/11/docs/api/'
 
         tagletPath Collections.unmodifiableList(new ArrayList<>((Set) 
configurations.javadoc.files))
 
         //  Uncomment jFlags to debug `./gradlew aggregateJavadoc`
         //        jFlags '-Xdebug', 
'-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005'
         addStringOption '-source-path', 
files(allMainJavaSrcDirs.flatten()).asPath
-        addStringOption 'source', '11'
         taglets 'org.apache.tapestry5.javadoc.TapestryDocTaglet'
-
-        addBooleanOption('html5', true)
-        addStringOption('Xdoclint:none', '-quiet')
     }
 
     // As part of generating the documentation, ALSO copy any related files:

Reply via email to