Skip to content

Commit 6601659

Browse files
committed
chore
1 parent 654ba25 commit 6601659

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ publishing {
208208
}
209209

210210
signing {
211+
setRequired {
212+
project.version != "unspecified"
213+
}
211214
val signingKey: String? by project
212215
val signingPassword: String? by project
213216
useInMemoryPgpKeys(signingKey, signingPassword)

0 commit comments

Comments
 (0)