Skip to content

Commit ebae848

Browse files
committed
[Java] Update JavaDoc URL for JDK 18 GA.
1 parent 408976a commit ebae848

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
@@ -191,7 +191,7 @@ subprojects {
191191
options.docEncoding = 'UTF-8'
192192
options.charSet = 'UTF-8'
193193
options.links("https://www.javadoc.io/doc/org.agrona/agrona/${agronaVersion}/")
194-
if (buildJavaVersion >= 18) { // early access JavaDoc location is different
194+
if (buildJavaVersion >= 19) { // early access JavaDoc location is different
195195
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
196196
}
197197
else if (buildJavaVersion >= 11) {

0 commit comments

Comments
 (0)