Skip to content

Commit

Permalink
[Java] Fix JavaDoc location.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 13, 2025
1 parent 58735b3 commit 7d04c25
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 @@ -231,7 +231,7 @@ subprojects {
options.encoding = 'UTF-8'
options.docEncoding = 'UTF-8'
options.charSet = 'UTF-8'
if (buildJavaVersion >= 23) { // early access JavaDoc location is different
if (buildJavaVersion > 23) { // early access JavaDoc location is different
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
}
else {
Expand Down

0 comments on commit 7d04c25

Please sign in to comment.