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

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

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