Fixed bintray version.
This commit is contained in:
parent
37fad706ec
commit
8c717b49fa
1 changed files with 7 additions and 3 deletions
10
build.gradle
10
build.gradle
|
@ -122,9 +122,6 @@ bintray {
|
|||
labels = pkgLabels
|
||||
publicDownloadNumbers = true
|
||||
version {
|
||||
name = project.version
|
||||
desc = 'Version ' + project.version
|
||||
vcsTag = project.version
|
||||
gpg {
|
||||
sign = true
|
||||
}
|
||||
|
@ -132,6 +129,13 @@ bintray {
|
|||
}
|
||||
}
|
||||
|
||||
bintrayUpload {
|
||||
versionName = "$project.version"
|
||||
versionDesc = "$mavenName $project.version"
|
||||
versionVcsTag = "$project.version"
|
||||
versionReleased = new Date()
|
||||
}
|
||||
|
||||
task javadocJar(type: Jar, dependsOn: javadoc) {
|
||||
group = 'Build'
|
||||
description = 'Builds an archive of the javadoc docs.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue