add 'overwite-settings' in action
Some checks failed
Gitea Actions Maven Build / build (push) Failing after 9m57s

This commit is contained in:
Eduard Kuksa 2025-01-14 20:39:08 +07:00
parent c44dee4706
commit aff307c2f6

View File

@ -20,5 +20,6 @@ jobs:
java-version: 23 java-version: 23
distribution: 'temurin' distribution: 'temurin'
cache: 'maven' cache: 'maven'
overwrite-settings: true
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml