mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Doc.
This commit is contained in:
parent
18180ca4f0
commit
949fc353d8
1 changed files with 3 additions and 2 deletions
|
@ -162,8 +162,9 @@ public fun Project.github(init: GithubConfig.() -> Unit) {
|
||||||
|
|
||||||
data class JCenterConfig(val project: Project) {
|
data class JCenterConfig(val project: Project) {
|
||||||
/**
|
/**
|
||||||
* If true, publish the files to JCenter. If false, the uploaded files will be available only in your
|
* If true, the uploaded file will be published in your personal space (e.g. https://dl.bintray.com/cbeust/maven).
|
||||||
* personal bintray maven space
|
* 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
|
@Directive
|
||||||
var publish: Boolean = false
|
var publish: Boolean = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue