aboutsummaryrefslogtreecommitdiff
path: root/sensors/AccelerometerPlay/buildSrc/build.gradle
blob: 81691501ee1e0d95b79b9c680ef9d6a051fc75b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

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

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