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

Update to new format.

This commit is contained in:
Cedric Beust 2015-10-29 04:10:45 -07:00
parent 4d4007ab66
commit cf00145b72
4 changed files with 54 additions and 51 deletions

View file

@ -74,16 +74,16 @@ val jcommander = javaProject {
dependenciesTest {
compile("org.testng:testng:6.9.5")
}
}
val a = assemble(jcommander) {
mavenJars {
assemble {
mavenJars {
}
jcenter {
publish = false
}
}
val j = jcenter(jcommander) {
publish = false
}
</pre>
<h2 class="section" id="design-goals">Design goals</h2>