aboutsummaryrefslogtreecommitdiff
path: root/connectivity/bluetooth/BluetoothAdvertisements/buildSrc/build.gradle
blob: 7cebf71c4fc0344e8b7f32fd6387df31a5aac756 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
repositories {
    mavenCentral()
}
dependencies {
    compile 'org.freemarker:freemarker:2.3.20'
}

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