Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
renao authored Mar 6, 2024
1 parent c11587d commit bc40fbe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@ jobs:
run: ./gradlew build
- name: Create Release Jar (Gradle Wrapper)
run: ./gradlew jar
- name: Cache Jars
uses: actions/cache@v3
with:
path: ./build/libs/*.jar
- name: Show me the release folder
run: ls ./build/libs

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bc40fbe

Please sign in to comment.