Skip to content

Commit 99af1b9

Browse files
committed
Try all pubs in OSX
1 parent 8d29211 commit 99af1b9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ tasks.register("publishLinuxLocal") {
2929
}
3030

3131
tasks.register("publishMac") {
32-
Release.macBuildCommands.forEach {
33-
dependsOn(gradle.includedBuild(Release.Project.`terpal-runtime`).task(":$it"))
34-
}
32+
//Release.macBuildCommands.forEach {
33+
// dependsOn(gradle.includedBuild(Release.Project.`terpal-runtime`).task(":$it"))
34+
//}
35+
dependsOn(
36+
gradle.includedBuild(Release.Project.`terpal-runtime`).task(":publishAllPublicationsToOssRepository")
37+
)
3538
}
3639

3740
tasks.register("publishWindows") {

0 commit comments

Comments
 (0)