Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Deftu committed Jun 4, 2024
1 parent ee85873 commit e673480
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 @@ -25,13 +25,13 @@ jobs:
name: Build with gradle

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2.3.1
uses: actions/setup-java@v3
with:
java-version: 21
distribution: temurin
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand All @@ -43,6 +43,6 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --no-daemon
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: build/libs/*.jar

0 comments on commit e673480

Please sign in to comment.