This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git
The following commit(s) were added to refs/heads/2.3-gae by this push:
new f42b107f Gradle build: Updated Java SE API link
f42b107f is described below
commit f42b107f835031291501d338986f3cdcfaa3bcda
Author: ddekany <[email protected]>
AuthorDate: Sat Dec 9 21:57:39 2023 +0100
Gradle build: Updated Java SE API link
---
build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml
index 1fed2368..c16e5711 100644
--- a/build.xml
+++ b/build.xml
@@ -459,7 +459,7 @@
encoding="UTF-8"
locale="en_US"
>
- <link href="http://docs.oracle.com/javase/8/docs/api/"/>
+ <link href="https://docs.oracle.com/en/java/javase/16/docs/api/"/>
</javadoc>
<delete dir="build/javadoc-sources" />
</target>