We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af59e9 commit fed26a6Copy full SHA for fed26a6
gradle/build-logic/src/main/kotlin/plugins/publishing.gradle.kts
@@ -151,7 +151,7 @@ tasks {
151
// For publishing kotlin native binaries
152
withType<PublishToMavenRepository>().configureEach { mustRunAfter(withType<KotlinNativeLink>()) }
153
154
- // withType<Sign>().configureEach { isEnabled = hasSigningKey }
+ withType<Sign>().configureEach { onlyIf { hasSigningKey } }
155
156
// cyclonedxBom {
157
// includeConfigs = listOf("runtimeClasspath")
0 commit comments