ci(github-actions): enable maven caching on actions/setup-java
All checks were successful
Build / build (pull_request) Successful in 1m43s
All checks were successful
Build / build (pull_request) Successful in 1m43s
This commit is contained in:
parent
070101f041
commit
0fa8453eec
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -31,6 +31,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
cache: 'maven'
|
||||||
|
|
||||||
- name: Configure Maven CI/CD settings
|
- name: Configure Maven CI/CD settings
|
||||||
uses: https://github.com/s4u/maven-settings-action@v3.1.0
|
uses: https://github.com/s4u/maven-settings-action@v3.1.0
|
||||||
|
|
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: '21'
|
java-version: '21'
|
||||||
|
cache: 'maven'
|
||||||
|
|
||||||
- name: Make maven wrapper executable
|
- name: Make maven wrapper executable
|
||||||
run: chmod +x mvnw
|
run: chmod +x mvnw
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue