1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 08:38:13 -07:00
This commit is contained in:
Cedric Beust 2016-01-06 23:25:00 +04:00
parent 18180ca4f0
commit 949fc353d8

View file

@ -162,8 +162,9 @@ public fun Project.github(init: GithubConfig.() -> Unit) {
data class JCenterConfig(val project: Project) {
/**
* If true, publish the files to JCenter. If false, the uploaded files will be available only in your
* personal bintray maven space
* If true, the uploaded file will be published in your personal space (e.g. https://dl.bintray.com/cbeust/maven).
* Once the file is uploaded there, it can be automatically synchronized to JCenter by linking your project to
* JCenter on the bintray web site. By default, files are not published.
*/
@Directive
var publish: Boolean = false