Kotlin 1.1 and Kobalt 1.0.x optimization

This commit is contained in:
Erik C. Thauvin 2017-03-06 14:20:01 -08:00
parent d6302918bf
commit 29d9bc6288
4 changed files with 15 additions and 14 deletions

View file

@ -9,7 +9,9 @@ To use the plug-in include the following in your `Build.kt` file:
```kotlin
import net.thauvin.erik.kobalt.plugin.maven.local.*
val pl = plugins("net.thauvin.erik:kobalt-maven-local:")
val bs = buildScript {
plugins("net.thauvin.erik:kobalt-maven-local:")
}
val p = project {
name = "example"