Explorar o código

Apply signing plugin

Rob Winch %!s(int64=5) %!d(string=hai) anos
pai
achega
93557505c0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      gradle/ossrh.gradle

+ 1 - 0
gradle/ossrh.gradle

@@ -2,6 +2,7 @@ def isSnapshot = version?.matches(/^.*[.-]BUILD-SNAPSHOT$/)
 def isRelease = !isSnapshot
 
 if(project.hasProperty("signing.keyId") && isRelease) {
+	apply plugin: "signing"
 	sign(project)
 }