1
0
Fork 0
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:
Cedric Beust 2016-07-11 23:07:08 -08:00
parent fe36cbe93b
commit ff7dd30b88

View file

@ -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"