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

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

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