From 3d049720a901570941131c4335f39cdf42e85470 Mon Sep 17 00:00:00 2001 From: Josh Chester Date: Sat, 24 Jan 2026 00:43:31 -0600 Subject: [PATCH] enable gradle cache? --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b9e0f01..c729041 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,4 +16,4 @@ jobs: # sub-project/*.gradle* # sub-project/**/gradle-wrapper.properties - run: ./gradlew build --no-daemon - - run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" \ No newline at end of file + - run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --configuration-cache \ No newline at end of file