Skip to content

Commit

Permalink
Use zulu for CI JDK (#39)
Browse files Browse the repository at this point in the history
* Cleanup edit list

* Add delete function for list

* Cleanup and fix iOS deployment

* Cleanup separate modules

* Use zulu for CI JDK
  • Loading branch information
geoff-powell authored Dec 17, 2023
1 parent 59a290d commit cecbaee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'zulu'
cache: gradle

- name: Setup gradle
Expand All @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'zulu'
cache: gradle

- name: Grant execute permission for gradlew
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'zulu'
cache: gradle

- name: Grant execute permission for gradlew
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/desktop-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'zulu'
cache: gradle

- name: Setup gradle
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'zulu'
cache: gradle

- name: Grant execute permission for gradlew
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
distribution: 'zulu'
cache: gradle

- name: Setup gradle
Expand Down

0 comments on commit cecbaee

Please sign in to comment.