mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Remove skjolber/maven-cache-github-action; set githubServer: false for maven-settings-action
This commit is contained in:
9
.github/workflows/maven.yml
vendored
9
.github/workflows/maven.yml
vendored
@ -24,13 +24,10 @@ jobs:
|
||||
java-version: '17'
|
||||
distribution: 'adopt'
|
||||
cache: maven
|
||||
- name: Restore Maven cache
|
||||
uses: skjolber/maven-cache-github-action@v1
|
||||
with:
|
||||
step: restore
|
||||
- name: maven-settings-action
|
||||
uses: s4u/maven-settings-action@v2.4.1
|
||||
with:
|
||||
githubServer: false
|
||||
servers: |
|
||||
[{
|
||||
"id": "github",
|
||||
@ -41,7 +38,3 @@ jobs:
|
||||
run: cat /home/runner/.m2/settings.xml
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
- name: Save Maven cache
|
||||
uses: skjolber/maven-cache-github-action@v1
|
||||
with:
|
||||
step: save
|
||||
|
Reference in New Issue
Block a user