Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Commit

Permalink
Adds publishIosX64Local task
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz-invideo committed Feb 16, 2022
1 parent 2495447 commit 9acf9ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,12 @@ subprojects {
dependsOn(publishKotlinMultiplatformPublicationToMavenLocal)
}
}
val publishIosX64Local by creating(Task::class) {
if (findByName(publishKotlinMultiplatformPublicationToMavenLocal) != null) {
dependsOn("publishIosX64PublicationToMavenLocal")
dependsOn(publishKotlinMultiplatformPublicationToMavenLocal)
}
}
}
tasks.withType(Test::class.java).all {
testLogging {
Expand Down

0 comments on commit 9acf9ad

Please sign in to comment.