1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 07:57:12 -07:00

Fixed repo name to use config param if available.

This commit is contained in:
Erik C. Thauvin 2017-05-10 11:08:15 -07:00
parent a1b952ca69
commit bcb9cc4e87

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!!