aboutsummaryrefslogtreecommitdiff
path: root/runners/cli/build.gradle
blob: 97b5c307465ae0ae02bebe4d7450d2177fd72a90 (plain)
1
2
3
4
5
sourceCompatibility = 1.5

dependencies {
    compile project(":core")
}