overwrite gradle cache
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
All checks were successful
Publish to snapshot maven / build (push) Successful in 19s
This commit is contained in:
parent
a2000a57a1
commit
089205ddde
|
@ -14,7 +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]')"
|
cache-write-only: true
|
||||||
- uses: https://github.com/gradle/actions/setup-gradle@v3
|
- uses: https://github.com/gradle/actions/setup-gradle@v3
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue