1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

Restore scm stuff.

This commit is contained in:
Cedric Beust 2015-10-14 00:11:14 -07:00
parent 27857f48ab
commit f70ddf9fa3

View file

@ -40,13 +40,13 @@ val kobalt = kotlinProject(wrapper) {
group = "com.beust"
artifactId = name
version = readVersion()
// description = "A build system in Kotlin"
// url = "http://beust.com/kobalt"
// licenses = listOf(com.beust.kobalt.api.License("Apache 2.0", "http://www.apache.org/licenses/LICENSE-2.0"))
// scm = com.beust.kobalt.api.Scm(
// url = "http://github.com/cbeust/kobalt",
// connection = "https://github.com/cbeust/kobalt.git",
// developerConnection = "git@github.com:cbeust/kobalt.git")
description = "A build system in Kotlin"
url = "http://beust.com/kobalt"
licenses = listOf(com.beust.kobalt.api.License("Apache 2.0", "http://www.apache.org/licenses/LICENSE-2.0"))
scm = com.beust.kobalt.api.Scm(
url = "http://github.com/cbeust/kobalt",
connection = "https://github.com/cbeust/kobalt.git",
developerConnection = "git@github.com:cbeust/kobalt.git")
dependenciesTest {
compile("org.testng:testng:6.9.6")