Kotlin 1.1 and Kobalt 1.0.x optimization
This commit is contained in:
parent
d6302918bf
commit
29d9bc6288
4 changed files with 15 additions and 14 deletions
|
@ -4,10 +4,10 @@ import com.beust.kobalt.plugin.application.*
|
|||
import com.beust.kobalt.plugin.java.*
|
||||
import net.thauvin.erik.kobalt.plugin.maven.local.*
|
||||
|
||||
val repos = repos(localMaven())
|
||||
|
||||
//val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.1.jar"))
|
||||
val pl = plugins("net.thauvin.erik:kobalt-maven-local:0.5.1")
|
||||
val bs = buildScript {
|
||||
repos(localMaven())
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:0.5.1")
|
||||
}
|
||||
|
||||
val example = project {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue