Skip to content

Commit

Permalink
Try Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jan 6, 2025
1 parent 44574e1 commit 6c4aa8e
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_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: 17
java-version: 21
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build --rerun-tasks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'microsoft'
java-version: 17
java-version: 21
- name: Copy Maven Upload URL
id: extract_maven_upload_url
run: echo "maven_upload_url=${{ secrets.MAVEN_UPLOAD_URL }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 6c4aa8e

Please sign in to comment.