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