Skip to content

Commit 5f883ae

Browse files
authored
Update maven.yml
1 parent b72d3af commit 5f883ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-java@v3
2828
with:
2929
java-version: '8'
30-
distribution: 'oracle'
30+
distribution: 'zulu'
3131
cache: maven
3232
- name: Build with Maven
3333
run: mvn -Djmh.skip=true -B package --file pom.xml

0 commit comments

Comments
 (0)