Skip to content

Commit 35e591d

Browse files
authored
Update gradle.yml
1 parent 7ce0e34 commit 35e591d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up JDK 17
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v2
2121
with:
22-
java-version: 17
22+
distribution: 'temurin'
23+
java-version: '17'
2324
- name: Grant execute permission for gradlew
2425
run: chmod +x gradlew
2526
- name: Build with Gradle

0 commit comments

Comments
 (0)