Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
chore(ci): build with Java 21 (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Apr 1, 2024
1 parent 78583cd commit 1c1d9b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
with:
fetch-depth: 0
- uses: gradle/wrapper-validation-action@v2
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21
cache: 'gradle'
- name: Cache SonarCloud packages
uses: actions/cache@v4
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,11 +19,11 @@ jobs:
packages: write
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Build with Gradle
run: ./gradlew buildRelease
Expand Down

0 comments on commit 1c1d9b3

Please sign in to comment.