aboutsummaryrefslogtreecommitdiff
path: root/sensors/BatchStepSensor/buildSrc/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sensors/BatchStepSensor/buildSrc/build.gradle')
-rw-r--r--sensors/BatchStepSensor/buildSrc/build.gradle18
1 files changed, 18 insertions, 0 deletions
diff --git a/sensors/BatchStepSensor/buildSrc/build.gradle b/sensors/BatchStepSensor/buildSrc/build.gradle
new file mode 100644
index 00000000..29282af4
--- /dev/null
+++ b/sensors/BatchStepSensor/buildSrc/build.gradle
@@ -0,0 +1,18 @@
+
+
+
+repositories {
+ mavenCentral()
+}
+dependencies {
+ compile 'org.freemarker:freemarker:2.3.20'
+}
+
+sourceSets {
+ main {
+ groovy {
+ srcDir new File(rootDir, "../../../../../build/buildSrc/src/main/groovy")
+ }
+ }
+}
+