From 0063848981b6917e34c7c8a367d8cfff4beaeab5 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 12 Jul 2016 17:56:49 -0700 Subject: [PATCH] Added ConfigActor injection. Added Tarvis CI configuration. --- .idea/codeStyleSettings.xml | 9 ++ .idea/kobalt.xml | 2 +- .idea/misc.xml | 4 + .travis.yml | 13 ++ example/kobalt/src/Build.kt | 16 ++- .../kobalt/wrapper/kobalt-wrapper.properties | 2 +- kobalt/src/Build.kt | 4 +- kobalt/wrapper/kobalt-wrapper.properties | 2 +- .../erik/kobalt/plugin/exec/ExecPlugin.kt | 126 +++++++++--------- 9 files changed, 105 insertions(+), 73 deletions(-) create mode 100644 .idea/codeStyleSettings.xml create mode 100644 .travis.yml diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml new file mode 100644 index 0000000..5add346 --- /dev/null +++ b/.idea/codeStyleSettings.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file diff --git a/.idea/kobalt.xml b/.idea/kobalt.xml index b43f7c3..c8751a1 100644 --- a/.idea/kobalt.xml +++ b/.idea/kobalt.xml @@ -5,7 +5,7 @@