Skip to content

Commit 87906c6

Browse files
committed
"temurin" distribution for github actions
1 parent 706b03b commit 87906c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: actions/setup-java@v2
2020
with:
2121
java-version: '11'
22+
distribution: 'temurin'
2223

2324
- name: Build with Maven
2425
run: mvn clean install -Pforbiddenapis
@@ -34,6 +35,7 @@ jobs:
3435
uses: actions/setup-java@v2
3536
with:
3637
java-version: '17'
38+
distribution: 'temurin'
3739

3840
- name: Build with Maven
3941
run: mvn clean install -Pforbiddenapis

0 commit comments

Comments
 (0)