Skip to content

Commit

Permalink
remove gc.properties and include test-only dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Jan 30, 2024
1 parent 85871e0 commit 2a4a329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
uses: ./.github/actions/zip
with:
# Build, then remove all non-essential files
command: ./gradlew assemble && ./gradlew --stop
command: ./gradlew build -xtest && ./gradlew --stop && ls ~/.gradle/caches/* && for i in $(find ~/.gradle/caches -name gc.properties); do rm $i; done
input: "~/.gradle/caches"
zipFilename: ${{steps.cachefn.outputs.FILENAME}}

Expand Down

0 comments on commit 2a4a329

Please sign in to comment.