Skip to content

Commit

Permalink
🔧 provision java 21 toolchain in CI for releasing so we don't have to…
Browse files Browse the repository at this point in the history
… download it every time
  • Loading branch information
ryandens committed Jan 12, 2024
1 parent ee058e4 commit b05c834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v4.0.0
with:
distribution: temurin
java-version: 17
java-version: 21
- name: Set up Gradle
uses: gradle/gradle-build-action@v2.11.1
with:
Expand Down

0 comments on commit b05c834

Please sign in to comment.