File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,16 @@ project {
46
46
47
47
val deployVersion = deployVersion().apply {
48
48
dependsOnSnapshot(buildAll, onFailure = FailureAction .IGNORE )
49
- dependsOnSnapshot(BUILD_CREATE_STAGING_REPO_ABSOLUTE_ID )
49
+ dependsOnSnapshot(BUILD_CREATE_STAGING_REPO_ABSOLUTE_ID ) {
50
+ reuseBuilds = ReuseBuilds .NO
51
+ }
50
52
}
51
53
val deploys = platforms.map { deploy(it, deployVersion) }
52
54
val deployPublish = deployPublish(deployVersion).apply {
53
55
dependsOnSnapshot(buildAll, onFailure = FailureAction .IGNORE )
54
- dependsOnSnapshot(BUILD_CREATE_STAGING_REPO_ABSOLUTE_ID )
56
+ dependsOnSnapshot(BUILD_CREATE_STAGING_REPO_ABSOLUTE_ID ) {
57
+ reuseBuilds = ReuseBuilds .NO
58
+ }
55
59
deploys.forEach {
56
60
dependsOnSnapshot(it)
57
61
}
You can’t perform that action at this time.
0 commit comments