Fixed bintray signing.
This commit is contained in:
parent
a05c441f76
commit
887280a5fc
1 changed files with 4 additions and 2 deletions
|
@ -56,6 +56,9 @@ bintray {
|
|||
vcsUrl = mavenScmCon
|
||||
labels = pkgLabels
|
||||
publicDownloadNumbers = true
|
||||
version {
|
||||
gpg { sign = true }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -152,7 +155,6 @@ bintrayUpload {
|
|||
versionName = "$project.version"
|
||||
versionDesc = "Beta version $project.version"
|
||||
versionVcsTag = "$project.version"
|
||||
signVersion = true
|
||||
}
|
||||
|
||||
task release(dependsOn: ['wrapper', 'clean', 'publishToMavenLocal']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue