Skip to content

Commit

Permalink
Switch GH actions to Temurin JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Jan 15, 2023
1 parent f7083ed commit fef8170
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 15
distribution: adopt
java-version: 17
distribution: temurin
- name: Build with Gradle
run: ./gradlew assemble check
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 15
distribution: adopt
java-version: 17
distribution: temurin
- name: Release
run: ./gradlew githubRelease
8 changes: 4 additions & 4 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 15
distribution: adopt
java-version: 17
distribution: temurin
- name: Test with Gradle
run: ./gradlew assemble check
previewGithubRelease:
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 15
distribution: adopt
java-version: 17
distribution: temurin
- name: Test with Gradle
run: ./gradlew githubRelease

0 comments on commit fef8170

Please sign in to comment.