forked from SteamWar/SteamWar
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user