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 de3ed33 commit 828f06aCopy full SHA for 828f06a
.github/workflows/maven.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Set up JDK ${{ matrix.java }}
51
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
52
with:
53
- distribution: 'temurin'
+ distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
54
java-version: ${{ matrix.java }}
55
- name: Build with Maven
56
run: mvn -Ddoclint=all --show-version --batch-mode --no-transfer-progress
0 commit comments