mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-26 04:17:11 -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">
|
<pre class="brush:java">
|
||||||
import org.apache.maven.model.*
|
import org.apache.maven.model.*
|
||||||
|
|
||||||
val myProject = project {
|
val kobalt = project {
|
||||||
pom = Model().apply {
|
pom = Model().apply {
|
||||||
name = project.name
|
name = project.name
|
||||||
|
description = "A build system in Kotlin"
|
||||||
|
url = "http://beust.com/kobalt"
|
||||||
licenses = listOf(License().apply {
|
licenses = listOf(License().apply {
|
||||||
name = "Apache 2.0"
|
name = "Apache 2.0"
|
||||||
url = "http://www.apache .org/licenses/LICENSE-2.0"
|
url = "http://www.apache .org/licenses/LICENSE-2.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue