Skip to content

Commit 9355750

Browse files
committed
Apply signing plugin
1 parent 8facc74 commit 9355750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/ossrh.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ def isSnapshot = version?.matches(/^.*[.-]BUILD-SNAPSHOT$/)
22
def isRelease = !isSnapshot
33

44
if(project.hasProperty("signing.keyId") && isRelease) {
5+
apply plugin: "signing"
56
sign(project)
67
}
78

0 commit comments

Comments
 (0)