fix cache dependency path in action
Some checks failed
Gitea Action Maven build / build (push) Has been cancelled

This commit is contained in:
Eduard Kuksa 2025-01-16 22:05:09 +07:00
parent ffc6614ea2
commit 473a183643

View File

@ -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