Merge pull request 'fix(CI): force clean rebuild in pipeline' (#371) from fix-pipeline into main

Reviewed-on: SteamWar/SteamWar#371
This commit is contained in:
2026-05-17 15:12:49 +02:00
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run: |
echo "$SW_MAVEN_CREDENTIALS" > steamwar.properties
- name: Build with Gradle
run: ./gradlew build --no-daemon
run: ./gradlew clean build --no-daemon --no-build-cache --refresh-dependencies
- name: Stage deploy artifacts
shell: bash