aboutsummaryrefslogtreecommitdiff
path: root/sensors/BatchStepSensor/buildSrc/build.gradle
blob: 29282af499f2a9bf2f5aa1a8586e02fa4a79ec99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18



repositories {
    mavenCentral()
}
dependencies {
    compile 'org.freemarker:freemarker:2.3.20'
}

sourceSets {
    main {
        groovy {
            srcDir new File(rootDir, "../../../../../build/buildSrc/src/main/groovy")
        }
    }
}