aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/build.gradle
blob: 34bbf762a19cc83efd1bdc9a8d94dc9375e9b79e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply plugin: 'groovy'
repositories {
    mavenCentral()
    jcenter()
    maven {
        url "https://dl.bintray.com/kotlin/kotlin-eap"
    }
    maven {
        url "https://dl.bintray.com/kotlin/kotlin-dev"
    }
}
dependencies {
    compile 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
}