Skip to content

Commit bad956b

Browse files
committed
Fix: Update url for java 17 javadocs
1 parent 44a97f3 commit bad956b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ javadoc {
9292
// Those external Javadoc links should correspond to the actual
9393
// versions declared in the 'dependencies' block.
9494
links(
95-
'https://docs.oracle.com/javase/17/docs/api',
95+
'https://docs.oracle.com/en/java/javase/17/docs/api/',
9696
'https://tomcat.apache.org/tomcat-9.0-doc/servletapi/',
9797
'http://docs.groovy-lang.org/docs/groovy-3.0.25/html/api',
9898
'https://commons.apache.org/proper/commons-cli/apidocs'

0 commit comments

Comments
 (0)