File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
strategy :
29
29
fail-fast : false
30
30
matrix :
31
- java : [ '8', '11', ' 17', '21-ea ' ]
31
+ java : [ '8', '17', '21' ]
32
32
os : [ 'ubuntu-22.04', 'windows-latest' ]
33
33
steps :
34
34
- name : Checkout code
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ subprojects {
202
202
options. docEncoding = ' UTF-8'
203
203
options. charSet = ' UTF-8'
204
204
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
206
206
options. links(" https://download.java.net/java/early_access/jdk${ buildJavaVersion} /docs/api/" )
207
207
}
208
208
else if (buildJavaVersion >= 11 ) {
You can’t perform that action at this time.
0 commit comments