From f70ddf9fa3f22308537e90c6957ba03ab1bd535d Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 14 Oct 2015 00:11:14 -0700 Subject: [PATCH] Restore scm stuff. --- kobalt/src/Build.kt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 89c65172..84bfe947 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -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")