From c132f817b4fc9cf8c244a2047b54841950cedb46 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 18 Apr 2017 17:58:33 -0700 Subject: [PATCH] Kobalt 1.0.69 update. --- .gitignore | 7 +- .idea/kobalt.xml | 2 +- .idea/modules.xml | 1 - example/example.iml | 16 ----- example/example2.iml | 16 ----- example/kobalt/src/Build.kt | 1 + .../kobalt/wrapper/kobalt-wrapper.properties | 2 +- kobalt-exec.iml | 1 + kobalt/Build.kt.iml | 1 + kobalt/src/Build.kt | 68 +++---------------- kobalt/wrapper/kobalt-wrapper.properties | 2 +- 11 files changed, 19 insertions(+), 98 deletions(-) delete mode 100644 example/example.iml delete mode 100644 example/example2.iml diff --git a/.gitignore b/.gitignore index 58a18f4..e236f57 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 @@ -15,8 +15,10 @@ /build /deploy /dist +/example/libs/ /gen /gradle.properties +/lib /libs /local.properties /out @@ -24,7 +26,6 @@ /project.properties /target /test-output -Thumbs.db ehthumbs.db kobaltBuild -/example/libs/ +Thumbs.db \ No newline at end of file diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index 7a87639..07b6593 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -5,7 +5,7 @@