You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/11/24 03:01:45 UTC

[groovy] branch master updated: bump to JDK11 for javadoc links

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 25bf6e92a0 bump to JDK11 for javadoc links
25bf6e92a0 is described below

commit 25bf6e92a0e7c9836dddfab04f7d31b0f58e6859
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Nov 24 13:01:18 2022 +1000

    bump to JDK11 for javadoc links
---
 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 75cc3b0a88..59a67e8ef1 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-documented.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-documented.gradle
@@ -58,7 +58,7 @@ tasks.withType(Javadoc).configureEach {
         overview = project.relativePath(rootProject.file('src/main/java/overviewj.html'))
         bottom = 'Copyright &copy; 2003-2022 The Apache Software Foundation. All rights reserved.'
         source = sharedConfiguration.targetJavaVersion.get()
-        links('https://docs.oracle.com/javase/8/docs/api/',
+        links('https://docs.oracle.com/en/java/javase/11/docs/api/',
                 'https://docs.oracle.com/javaee/7/api/',
                 'https://commons.apache.org/proper/commons-cli/javadocs/api-release/',
                 'https://junit.org/junit4/javadoc/latest/',