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
The following commit(s) were added to refs/heads/master by this push:
new a70cbde15d minor refactor: doc tweaks
a70cbde15d is described below
commit a70cbde15d475d3792d6e77b39e2d4be3a41e65b
Author: Paul King <[email protected]>
AuthorDate: Mon May 19 16:55:18 2025 +1000
minor refactor: doc tweaks
---
build-logic/src/main/groovy/org.apache.groovy-documented.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 60e380f44a..ba7fc50d59 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle
@@ -82,7 +82,7 @@ tasks.withType(Groovydoc).configureEach {
link 'https://docs.oracle.com/javase/11/docs/api/java.base/', 'java.',
'org.xml.', 'javax.', 'org.w3c.'
link 'https://docs.groovy-lang.org/docs/ant/api/', 'org.apache.ant.',
'org.apache.tools.ant.'
link 'https://junit.org/junit4/javadoc/latest/', 'org.junit.', 'junit.'
- link 'https://junit.org/junit5/docs/current/api/', 'org.junit.jupiter.',
'org.junit.platform.'
+ link 'https://junit.org/junit5/docs/current/api/org.junit.jupiter.api/',
'org.junit.jupiter.', 'org.junit.platform.'
link 'https://www.antlr.org/api/Java/', 'org.antlr.v4.'
link
'https://commons.apache.org/proper/commons-cli/javadocs/api-release/',
'org.apache.commons.cli.'
link 'https://picocli.info/apidocs/', 'picocli.'