Skip to content

Commit e09fa36

Browse files
committed
Fix workflow by adding distribution
1 parent 62d3a1a commit e09fa36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- name: Set up JDK 17
1111
uses: actions/setup-java@v4
1212
with:
13+
distribution: 'temurin'
1314
java-version: 17
1415
- name: Cache Maven packages
1516
uses: actions/cache@v4
@@ -28,6 +29,7 @@ jobs:
2829
- name: Set up JDK 17
2930
uses: actions/setup-java@v4
3031
with:
32+
distribution: 'temurin'
3133
java-version: 17
3234
- name: Cache Maven packages
3335
uses: actions/cache@v4

0 commit comments

Comments
 (0)