diff --git a/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts b/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts index 3f058721f..48c7ce4a5 100644 --- a/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts +++ b/build-logic/src/main/kotlin/essentials.base-conventions.gradle.kts @@ -70,6 +70,9 @@ tasks { withType { archiveVersion.set(rootProject.ext["FULL_VERSION"] as String) } + withType { + onlyIf { project.hasProperty("forceSign") } + } } // Dependency caching