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 c7eb93c commit a1c57a5Copy full SHA for a1c57a5
.github/workflows/maven.yml
@@ -29,8 +29,8 @@ jobs:
29
name: Build it
30
uses: codehaus-plexus/.github/.github/workflows/maven.yml@v0.0.1
31
with:
32
- jdk-matrix: '["8", "11", "17", "18-ea"]'
33
- jdk-distribution-matrix: '["adopt-hotspot", "zulu", "temurin"]'
+ jdk-matrix: '["8", "11", "17"]'
+ jdk-distribution-matrix: '["zulu", "temurin"]'
34
os-matrix: '["ubuntu-latest","windows-latest", "macOS-latest"]'
35
maven_args: 'verify javadoc:javadoc -e -B -V -fae -Pno-tests-if-not-on-osx'
36
0 commit comments