Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit ef30b64

Browse files
committed
Depend on clean task during app releases
1 parent 356f469 commit ef30b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build-includes/release.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ release {
6868
task setStage {
6969
setStage(System.getProperty('stage')) // explicitly configuration phase
7070
}
71-
beforeReleaseBuild.dependsOn('setStage')
71+
beforeReleaseBuild.dependsOn('clean', 'setStage')
7272

7373
def setStage(stage) {
7474
println("building $stage")

0 commit comments

Comments
 (0)