fix cache dependency path in action
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled
This commit is contained in:
parent
ffc6614ea2
commit
473a183643
@ -20,6 +20,6 @@ jobs:
|
|||||||
java-version: 17
|
java-version: 17
|
||||||
distribution: 'oracle'
|
distribution: 'oracle'
|
||||||
cache: 'maven'
|
cache: 'maven'
|
||||||
cache-dependency-path: 'sub-project/pom.xml'
|
cache-dependency-path: 'pom.xml'
|
||||||
- name: Build with Maven
|
- name: Build with Maven
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user