mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-25 12:07:10 -07:00
Add description and url.
This commit is contained in:
parent
fe36cbe93b
commit
ff7dd30b88
1 changed files with 3 additions and 1 deletions
|
@ -540,9 +540,11 @@ $ ./kobaltw uploadBintray
|
|||
<pre class="brush:java">
|
||||
import org.apache.maven.model.*
|
||||
|
||||
val myProject = project {
|
||||
val kobalt = project {
|
||||
pom = Model().apply {
|
||||
name = project.name
|
||||
description = "A build system in Kotlin"
|
||||
url = "http://beust.com/kobalt"
|
||||
licenses = listOf(License().apply {
|
||||
name = "Apache 2.0"
|
||||
url = "http://www.apache .org/licenses/LICENSE-2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue