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

More update.

This commit is contained in:
Cedric Beust 2015-12-25 07:55:27 -08:00
parent 257fe8d887
commit 5bce778234

View file

@ -395,7 +395,7 @@ jcenter {
mavenJars {} mavenJars {}
</pre> </pre>
<p> <p>
This directive <a href="#mavenJars">is described here</a> and is a shortcut to upload all the files that are required in a Maven repo (jar file, javadocs, source files and POM file). This directive <a href="#mavenJars">is described here</a> and is a shortcut to upload all the files that are required in a Maven repo (jar file, javadocs, source files and POM file). You can take a look at <a href="https://github.com/cbeust/jcommander/blob/master/kobalt/src/Build.kt">this build file</a> for a full example of how to package and publish a project to JCenter.
</p> </p>
<p> <p>