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

sourceCompatibility = 1.6

dependencies {
    compile project(":core")
}