Skip to content

Commit

Permalink
gradle.yml - update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee committed Jul 3, 2024
1 parent 5e367e7 commit 13e07df
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 @@ -23,12 +23,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
uses: gradle/gradle-build-action@3.4.2
with:
arguments: build

0 comments on commit 13e07df

Please sign in to comment.