update of publish.gradle

This commit is contained in:
InsanusMokrassar 2019-10-08 23:46:01 +06:00
parent a044be44af
commit 4d5245b1de
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ bintray {
pkg {
repo = 'StandardRepository'
name = "${project.name}"
vcsUrl = "https://github.com/InsanusMokrassar/${project.name}"
vcsUrl = "${project_vcs_base}/${project.name}"
licenses = ['Apache-2.0']
version {
name = "${project.version}"