Skip to content

Commit 861e9b7

Browse files
committed
Switch mvn actions distribution to temurin.
1 parent 6efae03 commit 861e9b7

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
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up JDK ${{ matrix.java }}
2424
uses: actions/setup-java@v3
2525
with:
26-
distribution: 'zulu'
26+
distribution: 'temurin'
2727
java-version: ${{ matrix.java }}
2828
cache: 'maven'
2929
- name: Build with Maven

0 commit comments

Comments
 (0)