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/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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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" $*
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue