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 525ab42 commit 21fc8baCopy full SHA for 21fc8ba
.github/workflows/maven.yml
@@ -27,10 +27,10 @@ jobs:
27
fail-fast: false
28
matrix:
29
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
30
- java: ['8', '11', '16', '17']
31
- distribution: ['temurin', 'zulu']
+ java: ['8', '11', '17', '18']
+ distribution: ['temurin']
32
include:
33
- - java: '18-ea'
+ - java: '19-ea'
34
distribution: 'zulu'
35
os: 'ubuntu-latest'
36
steps:
@@ -43,4 +43,4 @@ jobs:
43
java-version: ${{ matrix.java }}
44
cache: 'maven'
45
- name: Build with Maven
46
- run: mvn install javadoc:javadoc -e -B -V -Pno-tests-if-not-on-osx
+ run: mvn install javadoc:javadoc -e -B -V
0 commit comments