[no-cache] add way to skip reading the gradle cache
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s

This commit is contained in:
moehreag 2024-05-20 15:20:53 +02:00
parent bb86b3e38b
commit a2000a57a1

View file

@ -14,6 +14,7 @@ jobs:
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: 21 java-version: 21
cache-write-only: "!startsWith(github.event.head_commit.message, '[no-cache]')"
- uses: https://github.com/gradle/actions/setup-gradle@v3 - uses: https://github.com/gradle/actions/setup-gradle@v3
- name: Build - name: Build
run: | run: |