Skip to content

Commit

Permalink
use 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jimexist committed Oct 5, 2023
1 parent 75fe77b commit 600d9fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Validate Gradle wrapper
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- name: Set up JDK 21
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: "21"
java-version: "17"
distribution: "temurin"

- name: Validate Gradle wrapper
Expand Down

0 comments on commit 600d9fc

Please sign in to comment.