Cleaned build files.
This commit is contained in:
parent
159f96c1d6
commit
ca0e2b2949
2 changed files with 3 additions and 5 deletions
|
@ -4,8 +4,6 @@ import com.beust.kobalt.plugin.application.*
|
||||||
import com.beust.kobalt.plugin.java.*
|
import com.beust.kobalt.plugin.java.*
|
||||||
import net.thauvin.erik.kobalt.plugin.exec.*
|
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(file("../kobaltBuild/libs/kobalt-exec-0.6.2.jar"))
|
||||||
val pl = plugins("net.thauvin.erik:kobalt-exec:0.6.2")
|
val pl = plugins("net.thauvin.erik:kobalt-exec:0.6.2")
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ import org.apache.maven.model.Scm
|
||||||
import net.thauvin.erik.kobalt.plugin.versioneye.*
|
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 repos = repos()
|
||||||
|
|
||||||
val dev = false
|
val dev = false
|
||||||
|
@ -51,7 +51,7 @@ val p = project {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("com.beust:$kobaltDependency:0.878")
|
compile("com.beust:$kobaltDependency:")
|
||||||
}
|
}
|
||||||
|
|
||||||
dependenciesTest {
|
dependenciesTest {
|
||||||
|
@ -68,7 +68,7 @@ val p = project {
|
||||||
}
|
}
|
||||||
|
|
||||||
versionEye {
|
versionEye {
|
||||||
org = "thauvin"
|
org = "Thauvin"
|
||||||
team = "Owners"
|
team = "Owners"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue