From fc4c481d3a5175405d4f75baa804893fafce1999 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 13 Mar 2017 23:28:58 -0700 Subject: [PATCH] Updated Kobalt --- .gitignore | 4 +- gson-test.iml | 31 +++------------ gson-test.ipr | 48 +++++++++--------------- kobalt/Build.kt.iml | 14 ++++++- kobalt/src/Build.kt | 3 -- kobalt/wrapper/kobalt-wrapper.properties | 2 +- 6 files changed, 38 insertions(+), 64 deletions(-) diff --git a/.gitignore b/.gitignore index 3c926e9..8bd4be6 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,8 +23,8 @@ /project.properties /target /test-output -Thumbs.db ehthumbs.db kobaltBuild lib libs +Thumbs.db diff --git a/gson-test.iml b/gson-test.iml index 69a5a30..87b87a4 100644 --- a/gson-test.iml +++ b/gson-test.iml @@ -11,15 +11,6 @@ - - - - - - - - - @@ -30,41 +21,31 @@ - + - + - + - + - + - + - - - - - - - - - - \ No newline at end of file diff --git a/gson-test.ipr b/gson-test.ipr index ce9f827..2ff1ea1 100644 --- a/gson-test.ipr +++ b/gson-test.ipr @@ -38,33 +38,10 @@ - - - - - @@ -151,7 +126,7 @@ + + - + @@ -303,16 +282,23 @@ + + + - + - - - + + + + + + + diff --git a/kobalt/Build.kt.iml b/kobalt/Build.kt.iml index ee86435..eea1956 100644 --- a/kobalt/Build.kt.iml +++ b/kobalt/Build.kt.iml @@ -1,11 +1,21 @@ - + + + - + + + + + + + + + \ No newline at end of file diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 81b6565..0214971 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 = "gson-test" diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 6369460..58935ba 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.899 \ No newline at end of file +kobalt.version=1.0.11 \ No newline at end of file