Skip to content

Commit 7714e25

Browse files
authored
Add distribution: 'temurin' to actions/setup-java
1 parent dae97ba commit 7714e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-java@v4
2828
with:
2929
java-version: ${{ matrix.java-version }}
30+
distribution: 'temurin'
3031
- name: Cache local Maven repository
3132
uses: actions/cache@v4
3233
with:

0 commit comments

Comments
 (0)