From cca65b73c1755859ce51138e293d242fba648ef3 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 11 Jul 2016 22:27:05 -0700 Subject: [PATCH] Fixed forEach loops. Added Fail.NORMAL. --- .gitignore | 3 +- .idea/kobalt.xml | 2 +- .idea/misc.xml | 4 ++ .idea/vcs.xml | 3 + example/kobalt/src/Build.kt | 4 +- .../kobalt/wrapper/kobalt-wrapper.properties | 2 +- .../erik/kobalt/plugin/exec/ExecPlugin.kt | 71 ++++++++++--------- 7 files changed, 52 insertions(+), 37 deletions(-) diff --git a/.gitignore b/.gitignore index 87ff9b0..58a18f4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ /test-output Thumbs.db ehthumbs.db -kobaltBuild \ No newline at end of file +kobaltBuild +/example/libs/ diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index 48b08b1..34e9350 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -5,7 +5,7 @@