1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00

Rename JCenter -> Bintray.

This commit is contained in:
Cedric Beust 2016-01-08 23:30:46 +04:00
parent 2253b06965
commit 9b5d923bcc
4 changed files with 67 additions and 81 deletions

View file

@ -12,7 +12,7 @@ import com.beust.kobalt.plugin.kotlin.kotlinCompiler
import com.beust.kobalt.plugin.kotlin.kotlinProject
import com.beust.kobalt.plugin.packaging.assemble
import com.beust.kobalt.plugin.publish.github
import com.beust.kobalt.plugin.publish.jcenter
import com.beust.kobalt.plugin.publish.bintray
import com.beust.kobalt.repos
import com.beust.kobalt.test
import java.io.File
@ -98,7 +98,7 @@ val kobaltPluginApi = kotlinProject {
args("-nowarn")
}
jcenter {
bintray {
publish = true
}
}
@ -151,7 +151,7 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) {
args("-nowarn")
}
jcenter {
bintray {
publish = true
}