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 b72d3af commit 5f883aeCopy full SHA for 5f883ae
.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/setup-java@v3
28
with:
29
java-version: '8'
30
- distribution: 'oracle'
+ distribution: 'zulu'
31
cache: maven
32
- name: Build with Maven
33
run: mvn -Djmh.skip=true -B package --file pom.xml
0 commit comments