Skip to content

Commit

Permalink
ci: upgrade java version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceh121 authored Sep 7, 2024
1 parent 2d1d755 commit cfcb017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: launcher:build
- name: Upload a Build Artifact
Expand Down

0 comments on commit cfcb017

Please sign in to comment.