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

ddekany pushed a commit to branch 3
in repository https://gitbox.apache.org/repos/asf/freemarker.git

commit 6418fa6f62bf6af8f944adbde7abbbb7777d7d31
Author: ddekany <[email protected]>
AuthorDate: Sat Dec 9 21:57:14 2023 +0100

    Gradle build: Updated javadoc Java SE API link
---
 .../apache/freemarker/build/module/common/JavadocStyleAdjustments.kt    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/buildSrc/module-common/src/main/kotlin/org/apache/freemarker/build/module/common/JavadocStyleAdjustments.kt
 
b/buildSrc/module-common/src/main/kotlin/org/apache/freemarker/build/module/common/JavadocStyleAdjustments.kt
index e4a11fc3..a9cb9bf3 100644
--- 
a/buildSrc/module-common/src/main/kotlin/org/apache/freemarker/build/module/common/JavadocStyleAdjustments.kt
+++ 
b/buildSrc/module-common/src/main/kotlin/org/apache/freemarker/build/module/common/JavadocStyleAdjustments.kt
@@ -38,7 +38,7 @@ fun configureJavadocDefaults(javadoc: Javadoc) {
         locale = "en_US"
         encoding = javadocEncoding.name()
 
-        links("http://docs.oracle.com/javase/8/docs/api/";)
+        links("https://docs.oracle.com/en/java/javase/17/docs/api/";)
 
         author(true)
         version(true)

Reply via email to