From 2a4a329c2690ef79377478bd3718ad431a53c678 Mon Sep 17 00:00:00 2001 From: Armin Samii Date: Mon, 29 Jan 2024 21:29:43 -0500 Subject: [PATCH] remove gc.properties and include test-only dependencies --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e74756bdc..df364fe01 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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}}