Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wudji authored Apr 25, 2024
1 parent e9a4b5b commit 8ed87c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
java-version: 21

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand All @@ -20,4 +20,4 @@ jobs:
- name: Save Artifact
uses: actions/upload-artifact@v3
with:
path: build/libs/*.jar
path: build/libs/*.jar

0 comments on commit 8ed87c2

Please sign in to comment.