aboutsummaryrefslogtreecommitdiff
path: root/runners/cli/build.gradle
blob: 2fa2752f1de8239f63352a546ad5f73ddde1492c (plain)
1
2
3
4
5
6
7
apply plugin: 'kotlin'

sourceCompatibility = 1.5

dependencies {
    compile project(":core")
}