mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Restore scm stuff.
This commit is contained in:
parent
27857f48ab
commit
f70ddf9fa3
1 changed files with 7 additions and 7 deletions
|
@ -40,13 +40,13 @@ val kobalt = kotlinProject(wrapper) {
|
||||||
group = "com.beust"
|
group = "com.beust"
|
||||||
artifactId = name
|
artifactId = name
|
||||||
version = readVersion()
|
version = readVersion()
|
||||||
// description = "A build system in Kotlin"
|
description = "A build system in Kotlin"
|
||||||
// url = "http://beust.com/kobalt"
|
url = "http://beust.com/kobalt"
|
||||||
// licenses = listOf(com.beust.kobalt.api.License("Apache 2.0", "http://www.apache.org/licenses/LICENSE-2.0"))
|
licenses = listOf(com.beust.kobalt.api.License("Apache 2.0", "http://www.apache.org/licenses/LICENSE-2.0"))
|
||||||
// scm = com.beust.kobalt.api.Scm(
|
scm = com.beust.kobalt.api.Scm(
|
||||||
// url = "http://github.com/cbeust/kobalt",
|
url = "http://github.com/cbeust/kobalt",
|
||||||
// connection = "https://github.com/cbeust/kobalt.git",
|
connection = "https://github.com/cbeust/kobalt.git",
|
||||||
// developerConnection = "git@github.com:cbeust/kobalt.git")
|
developerConnection = "git@github.com:cbeust/kobalt.git")
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
compile("org.testng:testng:6.9.6")
|
compile("org.testng:testng:6.9.6")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue