diff --git a/.gitignore b/.gitignore index 80a944b..033167e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,8 @@ **/.idea/tasks.xml **/.idea/workspace.xml *.iws -.DS_Store .classpath +.DS_Store .gradle .kobalt .nb-gradle @@ -23,7 +23,7 @@ /project.properties /target /test-output -Thumbs.db ehthumbs.db kobaltBuild local.properties +Thumbs.db diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 5ab5a2b..e6f65bd 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -3,9 +3,6 @@ import com.beust.kobalt.plugin.packaging.* import com.beust.kobalt.plugin.application.* import com.beust.kobalt.plugin.kotlin.* -val repos = repos() - - val p = project { name = "klaxon-test" @@ -22,7 +19,7 @@ val p = project { } dependencies { - compile("com.beust:klaxon:0.26") + compile("com.beust:klaxon:") } dependenciesTest { diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index a4a0d68..58935ba 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.891 \ No newline at end of file +kobalt.version=1.0.11 \ No newline at end of file diff --git a/kobaltw b/kobaltw index 287d453..c5186d5 100755 --- a/kobaltw +++ b/kobaltw @@ -1,2 +1,2 @@ -#!/bin/env sh +#!/usr/bin/env sh java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $* diff --git a/libs/klaxon-test-0.1.jar b/libs/klaxon-test-0.1.jar index 7245196..059114c 100644 Binary files a/libs/klaxon-test-0.1.jar and b/libs/klaxon-test-0.1.jar differ