add 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 21:53:50 +07:00
parent b8e4cb63d9
commit dca108ddf9

View File

@ -20,5 +20,6 @@ jobs:
java-version: 17 java-version: 17
distribution: 'oracle' distribution: 'oracle'
cache: 'maven' cache: 'maven'
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