1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-24 23:47:11 -07:00

Merge pull request #443 from ethauvin/master

Fixed repo name to use config param if available
This commit is contained in:
Cedric Beust 2017-05-10 11:10:57 -07:00 committed by GitHub
commit a38b05fc92

View file

@ -169,7 +169,7 @@ class BintrayApi @Inject constructor(val http: Http,
val results = arrayListOf<Boolean>()
val owner = org ?: username!!
val repo = project.name
val repo = config.name ?: project.name
val group = project.group!!.replace('.', '/')
val artifact = project.artifactId!!
val version = project.version!!