Updated Kobalt and Klaxon.
This commit is contained in:
parent
2be9ddce5e
commit
7f4909dcdf
5 changed files with 5 additions and 8 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kobalt.version=0.891
|
kobalt.version=1.0.11
|
2
kobaltw
2
kobaltw
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue