diff --git a/.idea/misc.xml b/.idea/misc.xml index c5d163d..f738a13 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -38,80 +38,7 @@ - - - - - - - - - Java - - - Portability issuesJava - - - - - Android - - - - - - - - - - commons-logging-api - - - - - - - - 1.8.x - - - - - - - - 1.8.x - - - - - - - - - - - - - - \ No newline at end of file diff --git a/example/kobalt/src/Build.kt b/example/kobalt/src/Build.kt index eb7c521..1486fd7 100644 --- a/example/kobalt/src/Build.kt +++ b/example/kobalt/src/Build.kt @@ -3,9 +3,11 @@ import com.beust.kobalt.plugin.packaging.* import com.beust.kobalt.plugin.application.* import com.beust.kobalt.plugin.java.* +// ./kobaltw run --log 2 + val bs = buildScript { - repos(localMaven()) plugins("net.thauvin.erik:kobalt-maven-local:") + repos(localMaven()) } val example = project {