aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/build.gradle.kts
blob: aeec95402c540cac4d48d6aeb495d4a3d30f5900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugins {
    `kotlin-dsl`
    groovy
}

repositories {
    mavenCentral()
    jcenter()
}

dependencies {
    implementation("com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4")
    implementation("com.github.jengelman.gradle.plugins:shadow:2.0.4")
}