This is an automated email from the ASF dual-hosted git repository. paulk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/groovy.git
commit 953c2256be088d93b7f42a4d6eab1c69e910c978 Author: Paul King <pa...@asert.com.au> AuthorDate: Tue Aug 19 10:30:30 2025 +1000 add support for tags we use --- build-logic/src/main/groovy/org.apache.groovy-documented.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle index 18b335aae7..1773e4af0b 100644 --- a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle +++ b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle @@ -47,6 +47,9 @@ tasks.withType(Javadoc).configureEach { options { addBooleanOption('html5', true) addStringOption('Xdoclint:none', '-quiet') + addStringOption('tag', 'apiNote:a:"API Note:"') + addStringOption('tag', 'implSpec:a:"Implementation Requirements:"') + addStringOption('tag', 'implNote:a:"Implementation Note:"') windowTitle = "Groovy ${versions.groovy}" docTitle = "Groovy ${versions.groovy}" classpath += project.file('src/main/java') // to pick up package.html