Compare commits
2 commits
renovate/h
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 508749d1a1 | |||
| 599bb09b46 |
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Maven Repository
|
- name: Cache Maven Repository
|
||||||
id: cache-maven
|
id: cache-maven
|
||||||
uses: https://github.com/actions/cache@v5
|
uses: https://github.com/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
|
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
|
||||||
|
|
|
||||||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache Maven Repository
|
- name: Cache Maven Repository
|
||||||
id: cache-maven
|
id: cache-maven
|
||||||
uses: https://github.com/actions/cache@v5
|
uses: https://github.com/actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
|
# The cache is per branch but in case we don't find a branch for a given branch, we will get a cache from another branch.
|
||||||
|
|
|
||||||
2
.mvn/wrapper/maven-wrapper.properties
vendored
2
.mvn/wrapper/maven-wrapper.properties
vendored
|
|
@ -1,2 +1,2 @@
|
||||||
distributionType=only-script
|
distributionType=only-script
|
||||||
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
|
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue