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/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

View file

@ -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 {

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" $*

Binary file not shown.