Skip to content

Commit

Permalink
Add explicit release tag dependency to fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg authored and Gregor Billing committed Apr 3, 2021
1 parent c11eb8c commit 125a511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tasks.create("registerCloudReleaseTag") {
}

tasks.create<ProGuardTask>("minifyRelease") {
dependsOn("buildOfficial")
dependsOn("registerReleaseTag", "buildOfficial")

configuration("proguard-rules.pro")

Expand Down

0 comments on commit 125a511

Please sign in to comment.