enable gradle cache?
Some checks failed
Build with cached gradle / Build-with-gradle (pull_request) Failing after 2m43s
Java Google Checkstyle / Checkstyle Linter (pull_request) Successful in 16s

This commit is contained in:
2026-01-24 00:43:31 -06:00
parent 32ab651d6d
commit 3d049720a9

View File

@@ -16,4 +16,4 @@ jobs:
# sub-project/*.gradle* # sub-project/*.gradle*
# sub-project/**/gradle-wrapper.properties # sub-project/**/gradle-wrapper.properties
- run: ./gradlew build --no-daemon - run: ./gradlew build --no-daemon
- run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" - run: ./gradlew publishAllPublicationsToGiteaRepository -PgradleKey="${{ secrets.GRADLE_KEY }}" --configuration-cache