fix pipeline

This commit is contained in:
D4rkr34lm
2026-05-17 15:11:32 +02:00
parent 088d548d61
commit 4198a08cda
+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