[no-cache] add way to skip reading the gradle cache
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s
All checks were successful
Publish to snapshot maven / build (push) Successful in 24s
This commit is contained in:
parent
bb86b3e38b
commit
a2000a57a1
|
@ -14,6 +14,7 @@ jobs:
|
|||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 21
|
||||
cache-write-only: "!startsWith(github.event.head_commit.message, '[no-cache]')"
|
||||
- uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue