mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-16 15:23:31 +00:00
Apply signing plugin
This commit is contained in:
parent
8facc74da2
commit
93557505c0
@ -2,6 +2,7 @@ def isSnapshot = version?.matches(/^.*[.-]BUILD-SNAPSHOT$/)
|
||||
def isRelease = !isSnapshot
|
||||
|
||||
if(project.hasProperty("signing.keyId") && isRelease) {
|
||||
apply plugin: "signing"
|
||||
sign(project)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user