Skip to content

Commit 3574d21

Browse files
committed
only sign if we're publishing to nexus
1 parent e81efc9 commit 3574d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ publishing {
202202
}
203203

204204
signing {
205-
sign(publishing.publications["jvm"])
205+
if (project.hasProperty("nexusPublish")) sign(publishing.publications["jvm"])
206206
}
207207

208208
// get signing confs interactively if needed

0 commit comments

Comments
 (0)