mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Description and URL for the pom file.
This commit is contained in:
parent
e24d9cea76
commit
5d6272065c
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ val kobaltPluginApi = 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