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 8facc74 commit 9355750Copy full SHA for 9355750
gradle/ossrh.gradle
@@ -2,6 +2,7 @@ def isSnapshot = version?.matches(/^.*[.-]BUILD-SNAPSHOT$/)
2
def isRelease = !isSnapshot
3
4
if(project.hasProperty("signing.keyId") && isRelease) {
5
+ apply plugin: "signing"
6
sign(project)
7
}
8
0 commit comments