mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Update to spring-io/spring-gradle-build-action@v2
This commit is contained in:
parent
f2aa1c7687
commit
765f4f65fd
8
.github/workflows/deploy-docs.yml
vendored
8
.github/workflows/deploy-docs.yml
vendored
@ -19,16 +19,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 5
|
fetch-depth: 5
|
||||||
- name: Set Up Gradle
|
- name: Set Up Gradle
|
||||||
uses: spring-io/spring-gradle-build-action@v1
|
uses: spring-io/spring-gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
- name: Scrub Gradle Cache
|
|
||||||
# Remove some files from the Gradle cache, so they aren't cached by GitHub Actions.
|
|
||||||
# Restoring these files from a GitHub Actions cache might cause problems for future builds.
|
|
||||||
run: |
|
|
||||||
rm -f /home/runner/.gradle/caches/modules-2/modules-2.lock
|
|
||||||
rm -f /home/runner/.gradle/caches/modules-2/gc.properties
|
|
||||||
- name: Set up refname build
|
- name: Set up refname build
|
||||||
if: github.event.inputs.build-refname
|
if: github.event.inputs.build-refname
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user