Skip to content

Commit cd75494

Browse files
committed
update actions java version
1 parent 526a35e commit cd75494

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
@@ -23,6 +23,7 @@ jobs:
2323
- name: Set up JDK 17
2424
uses: actions/setup-java@v3
2525
with:
26+
distribution: temurin
2627
java-version: 17
2728
- name: Grant execute permission for gradlew
2829
run: chmod +x gradlew
@@ -47,6 +48,7 @@ jobs:
4748
- name: Set up JDK 17
4849
uses: actions/setup-java@v3
4950
with:
51+
distribution: temurin
5052
java-version: 17
5153
- name: Grant execute permission for gradlew
5254
run: chmod +x gradlew

0 commit comments

Comments
 (0)