Skip to content

Commit

Permalink
Adjust one more JavaDoc link for JDK 23+
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923065 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
centic9 committed Jan 11, 2025
1 parent 86c0db4 commit 0f91df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poi-ooxml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ javadoc {
options {
if (jdkVersion > 8) addBooleanOption('html5', true)
links 'https://poi.apache.org/apidocs/dev/'
links 'https://docs.oracle.com/javase/8/docs/api/'
if (jdkVersion >= 23) links 'https://docs.oracle.com/en/java/javase/23/docs/api/' else links 'https://docs.oracle.com/javase/8/docs/api/'
use = true
splitIndex = true
source = "1.8"
Expand Down

0 comments on commit 0f91df9

Please sign in to comment.