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:
parent
4d4007ab66
commit
cf00145b72
4 changed files with 54 additions and 51 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue