From aff307c2f6fcb4554c5308f9f92aaeb1ac60dd75 Mon Sep 17 00:00:00 2001 From: Eduard Kuksa Date: Tue, 14 Jan 2025 20:39:08 +0700 Subject: [PATCH] add 'overwite-settings' in action --- .gitea/workflows/maven.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/maven.yaml b/.gitea/workflows/maven.yaml index 730190f..3b991ae 100644 --- a/.gitea/workflows/maven.yaml +++ b/.gitea/workflows/maven.yaml @@ -20,5 +20,6 @@ jobs: java-version: 23 distribution: 'temurin' cache: 'maven' + overwrite-settings: true - name: Build with Maven run: mvn -B package --file pom.xml \ No newline at end of file