We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcf922 commit 510d3e8Copy full SHA for 510d3e8
build.gradle
@@ -202,7 +202,7 @@ subprojects {
202
options.docEncoding = 'UTF-8'
203
options.charSet = 'UTF-8'
204
options.links("https://www.javadoc.io/doc/org.agrona/agrona/${agronaVersion}/")
205
- if (buildJavaVersion >= 19) { // early access JavaDoc location is different
+ if (buildJavaVersion > 21) { // early access JavaDoc location is different
206
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
207
}
208
else if (buildJavaVersion >= 11) {
0 commit comments