Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c2fb2c4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 0a05d9a + 510d3e8 commit c2fb2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
java: [ '8', '11', '17', '21-ea' ]
31+
java: [ '8', '17', '21' ]
3232
os: [ 'ubuntu-22.04', 'windows-latest' ]
3333
steps:
3434
- name: Checkout code

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ subprojects {
202202
options.docEncoding = 'UTF-8'
203203
options.charSet = 'UTF-8'
204204
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
206206
options.links("https://download.java.net/java/early_access/jdk${buildJavaVersion}/docs/api/")
207207
}
208208
else if (buildJavaVersion >= 11) {

0 commit comments

Comments
 (0)