1
0
Fork 0
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:
Cedric Beust 2016-07-19 23:43:23 -08:00
parent e24d9cea76
commit 5d6272065c

View file

@ -63,6 +63,8 @@ val kobaltPluginApi = 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"