Updated Kobalt and Klaxon.

This commit is contained in:
Erik C. Thauvin 2017-03-13 23:18:10 -07:00
parent 2be9ddce5e
commit 7f4909dcdf
5 changed files with 5 additions and 8 deletions

4
.gitignore vendored
View file

@ -4,8 +4,8 @@
**/.idea/tasks.xml **/.idea/tasks.xml
**/.idea/workspace.xml **/.idea/workspace.xml
*.iws *.iws
.DS_Store
.classpath .classpath
.DS_Store
.gradle .gradle
.kobalt .kobalt
.nb-gradle .nb-gradle
@ -23,7 +23,7 @@
/project.properties /project.properties
/target /target
/test-output /test-output
Thumbs.db
ehthumbs.db ehthumbs.db
kobaltBuild kobaltBuild
local.properties local.properties
Thumbs.db

View file

@ -3,9 +3,6 @@ import com.beust.kobalt.plugin.packaging.*
import com.beust.kobalt.plugin.application.* import com.beust.kobalt.plugin.application.*
import com.beust.kobalt.plugin.kotlin.* import com.beust.kobalt.plugin.kotlin.*
val repos = repos()
val p = project { val p = project {
name = "klaxon-test" name = "klaxon-test"
@ -22,7 +19,7 @@ val p = project {
} }
dependencies { dependencies {
compile("com.beust:klaxon:0.26") compile("com.beust:klaxon:")
} }
dependenciesTest { dependenciesTest {

View file

@ -1 +1 @@
kobalt.version=0.891 kobalt.version=1.0.11

View file

@ -1,2 +1,2 @@
#!/bin/env sh #!/usr/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $* java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

Binary file not shown.