There was an error while loading. Please reload this page.
1 parent 408976a commit ebae848Copy full SHA for ebae848
build.gradle
@@ -191,7 +191,7 @@ subprojects {
191
options.docEncoding = 'UTF-8'
192
options.charSet = 'UTF-8'
193
options.links("https://www.javadoc.io/doc/org.agrona/agrona/${agronaVersion}/")
194
- if (buildJavaVersion >= 18) { // early access JavaDoc location is different
+ if (buildJavaVersion >= 19) { // early access JavaDoc location is different
195
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
196
}
197
else if (buildJavaVersion >= 11) {
0 commit comments