Version 0.7.0
This commit is contained in:
parent
182b975b85
commit
b0e025206b
2 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,8 @@ import net.thauvin.erik.kobalt.plugin.exec.*
|
||||||
// ./kobaltw ps --log 2
|
// ./kobaltw ps --log 2
|
||||||
|
|
||||||
val bs = buildScript {
|
val bs = buildScript {
|
||||||
repos(file("K:/maven/repository"))
|
//repos(file("K:/maven/repository"))
|
||||||
plugins("net.thauvin.erik:kobalt-exec:0.6.6")
|
plugins("net.thauvin.erik:kobalt-exec:")
|
||||||
}
|
}
|
||||||
|
|
||||||
val example = project {
|
val example = project {
|
||||||
|
|
|
@ -25,7 +25,7 @@ val p = project {
|
||||||
name = "kobalt-exec"
|
name = "kobalt-exec"
|
||||||
group = "net.thauvin.erik"
|
group = "net.thauvin.erik"
|
||||||
artifactId = name
|
artifactId = name
|
||||||
version = "0.6.6"
|
version = "0.7.0"
|
||||||
|
|
||||||
pom = Model().apply {
|
pom = Model().apply {
|
||||||
description = "Command Line Execution plug-in for the Kobalt build system."
|
description = "Command Line Execution plug-in for the Kobalt build system."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue