Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
Change Java version
  • Loading branch information
kazuma-t authored Nov 11, 2024
1 parent 9582b98 commit 8ff206c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: Build with Gradle
uses: gradle/gradle-build-action@4137be6a8bf7d7133955359dbd952c0ca73b1021
Expand Down

0 comments on commit 8ff206c

Please sign in to comment.