Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
Re-enable :platform:publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-yip committed Apr 19, 2021
1 parent 6b741bf commit 348bd9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/BuildFileGenerator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ object BuildFileGenerator {
${publishModules?.let { """tasks.register("publishAll") {
${publishModules.joinToString(separator = "\n$t$t$t") { """dependsOn("$it:publish")""" }}
dependsOn(":platform:publish")
}""" } ?: "" }
tasks.register("generateAll") {
Expand Down

0 comments on commit 348bd9f

Please sign in to comment.