aboutsummaryrefslogtreecommitdiff
path: root/runners/ant/build.gradle
blob: 85328d95925c60c1e3293b7a0038223256bbfa3b (plain)
1
2
3
4
5
6
7
8
9
apply plugin: 'kotlin'

sourceCompatibility = 1.6

dependencies {
    compile project(":core")
    compileOnly group: 'org.apache.ant', name: 'ant', version: ant_version
}