Skip to content

Commit 510d3e8

Browse files
committed
[Java] Fix javadoc link for JDK 21 GA.
1 parent 0dcf922 commit 510d3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ subprojects {
202202
options.docEncoding = 'UTF-8'
203203
options.charSet = 'UTF-8'
204204
options.links("https://www.javadoc.io/doc/org.agrona/agrona/${agronaVersion}/")
205-
if (buildJavaVersion >= 19) { // early access JavaDoc location is different
205+
if (buildJavaVersion > 21) { // early access JavaDoc location is different
206206
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
207207
}
208208
else if (buildJavaVersion >= 11) {

0 commit comments

Comments
 (0)