Skip to content

Commit bccc647

Browse files
committed
feat(BE-195): support darwin by kmmbridge
- trying to fix Cannot perform signing task ':anthropic-client:anthropic-client-darwin:signKMMBridgeFrameworkPublication' because it has no configured signatory
1 parent 5a7c83c commit bccc647

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ plugins {
88
alias(libs.plugins.build.dokka.plugin)
99

1010
alias(libs.plugins.kotlinx.binary.validator) apply false
11-
id("com.tddworks.central-portal-publisher") version "0.0.2"
11+
// id("com.tddworks.central-portal-publisher") version "0.0.2"
1212
}
1313

14-
sonatypePortalPublisher {
15-
settings {
16-
autoPublish = false
17-
aggregation = true
18-
}
19-
}
14+
//sonatypePortalPublisher {
15+
// settings {
16+
// autoPublish = false
17+
// aggregation = true
18+
// }
19+
//}
2020

2121

2222
dependencies {

0 commit comments

Comments
 (0)