Skip to content

Commit b2c411c

Browse files
authored
Update maven.yml
1 parent 2e15b76 commit b2c411c

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
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-java@v4
2626
with:
2727
java-version: '21'
28-
distribution: 'azul'
28+
distribution: 'zulu'
2929
cache: maven
3030
- name: Build with Maven
3131
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)