Compare commits
12 Commits
Author | SHA1 | Date | |
---|---|---|---|
edd9aa36c2 | |||
81ed738493 | |||
a108a937b5 | |||
6398d31c14 | |||
7847e69574 | |||
7881a70273 | |||
45c420ed05 | |||
2c6c103f3b | |||
c0ce72a2bd | |||
a4f7059051 | |||
bd16fedb33 | |||
c8ac054093 |
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
java-version: 17
|
||||
architecture: x64
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v3.2.3
|
||||
uses: actions/cache@v3.2.2
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
java-version: 17
|
||||
architecture: x64
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v3.2.3
|
||||
uses: actions/cache@v3.2.2
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
architecture: x64
|
||||
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v3.2.3
|
||||
uses: actions/cache@v3.2.2
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
architecture: x64
|
||||
#Uses an action to set up a cache using a certain key based on the hash of the dependencies
|
||||
- name: Cache Maven packages
|
||||
uses: actions/cache@v3.2.3
|
||||
uses: actions/cache@v3.2.2
|
||||
with:
|
||||
path: ~/.m2
|
||||
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}
|
||||
|
Reference in New Issue
Block a user