Changed plugin name from kobalt-exec to Exec.
This commit is contained in:
parent
9b72faa565
commit
a6dfa2ba07
7 changed files with 35 additions and 69 deletions
|
@ -2,7 +2,7 @@ import com.beust.kobalt.*
|
|||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.java.*
|
||||
//import net.thauvin.erik.kobalt.plugin.exec.*
|
||||
import net.thauvin.erik.kobalt.plugin.exec.*
|
||||
|
||||
val p = project {
|
||||
|
||||
|
@ -20,7 +20,7 @@ val p = project {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile(file("../libs/kobalt-exec-0.1.jar"))
|
||||
compile(file("../kobaltBuild/libs/kobalt-exec-0.1.jar"))
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue