Skip to content

Commit

Permalink
[Java] Fix JDK 22 javadoc URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Mar 29, 2024
1 parent 4341f3f commit 77f8057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ subprojects {
options.encoding = 'UTF-8'
options.docEncoding = 'UTF-8'
options.charSet = 'UTF-8'
if (buildJavaVersion > 21) { // early access JavaDoc location is different
if (buildJavaVersion > 22) { // early access JavaDoc location is different
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
}
else if (buildJavaVersion >= 11) {
Expand Down

0 comments on commit 77f8057

Please sign in to comment.