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

JCenter -> Bintray.

This commit is contained in:
Cedric Beust 2016-01-08 23:39:12 +04:00
parent b25fd5faea
commit b8512f073c
4 changed files with 27 additions and 27 deletions

View file

@ -96,14 +96,14 @@ val jcommander = javaProject {
}
}
jcenter {
bintray {
publish = false
}
}
</pre>
<p>
This build file also includes a directive to upload your artifacts to JCenter automatically.
This build file also includes a directive to upload your artifacts to Bintray automatically.
</p>
<h2 class="section" id="design-goals">Design goals</h2>