Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chr0matic1 authored Dec 12, 2024
1 parent d262b80 commit a8253e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:
distribution: "temurin"
java-version: "17"

- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
- name: Cache Gradle clean
uses: ./gradlew clean

- name: List tasks
run: ./gradlew tasks

- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew clean build
run: ./gradlew build

- name: Build JAR
run: ./gradlew Jar --info
Expand Down

0 comments on commit a8253e8

Please sign in to comment.