From ca0e2b2949e7b6c041a8d7bdba64fcd53f545056 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 4 Aug 2016 20:59:50 -0700 Subject: [PATCH] Cleaned build files. --- example/kobalt/src/Build.kt | 2 -- kobalt/src/Build.kt | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/example/kobalt/src/Build.kt b/example/kobalt/src/Build.kt index 82fd738..972f763 100644 --- a/example/kobalt/src/Build.kt +++ b/example/kobalt/src/Build.kt @@ -4,8 +4,6 @@ import com.beust.kobalt.plugin.application.* import com.beust.kobalt.plugin.java.* import net.thauvin.erik.kobalt.plugin.exec.* -val repos = repos("https://dl.bintray.com/ethauvin/maven/") - //val pl = plugins(file("../kobaltBuild/libs/kobalt-exec-0.6.2.jar")) val pl = plugins("net.thauvin.erik:kobalt-exec:0.6.2") diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 20c1be6..a732924 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -10,7 +10,7 @@ import org.apache.maven.model.Scm import net.thauvin.erik.kobalt.plugin.versioneye.* -val pl = plugins("net.thauvin.erik:kobalt-versioneye:0.4.2-beta") +val pl = plugins("net.thauvin.erik:kobalt-versioneye:") val repos = repos() val dev = false @@ -51,7 +51,7 @@ val p = project { } dependencies { - compile("com.beust:$kobaltDependency:0.878") + compile("com.beust:$kobaltDependency:") } dependenciesTest { @@ -68,7 +68,7 @@ val p = project { } versionEye { - org = "thauvin" + org = "Thauvin" team = "Owners" } }