Skip to content

Commit 92a4b05

Browse files
committed
Add distribution to setup-java
1 parent c46336b commit 92a4b05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Set up JDK 18
2020
uses: actions/setup-java@v3
2121
with:
22+
distribution: 'zulu'
2223
java-version: 18
2324
- name: Cache Gradle packages
2425
uses: actions/cache@v2
@@ -35,4 +36,4 @@ jobs:
3536
- name: Build with Gradle
3637
run: ./gradlew -PtargetVer=19 build --stacktrace
3738
- name: Upload to Codecov
38-
uses: codecov/codecov-action@v1
39+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)