aboutsummaryrefslogtreecommitdiff
path: root/notification/Bubbles/buildSrc/build.gradle
blob: 8963e1f8377e33cfd12b4a7bbec7df64b3b9f977 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

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

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