Skip to content

Commit

Permalink
Set distribution to zulu for all setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Sep 15, 2023
1 parent 2228b32 commit b5e2dcb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: zulu
- name: Cache konan
uses: actions/cache@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 1.11
java-version: 11
distribution: zulu
- name: Gradle build with remote cache
uses: burrunan/gradle-cache-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: zulu
- name: Status git before
run: git status
- uses: burrunan/gradle-cache-action@v1
Expand Down

0 comments on commit b5e2dcb

Please sign in to comment.