Skip to content

Commit

Permalink
Merge pull request #241 from akuleshov7/featue/jdk-run#203
Browse files Browse the repository at this point in the history
Set distribution to zulu for all setup-java
  • Loading branch information
nulls authored Sep 15, 2023
2 parents 2228b32 + d6b3bba commit ea57455
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 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
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: 1.8
java-version: 8
distribution: zulu
- name: Status git before
run: git status
- uses: burrunan/gradle-cache-action@v1
Expand Down

0 comments on commit ea57455

Please sign in to comment.