Files
kotlin-fork/idea/testData/configuration/gsk/eap11Version/build_before.gradle.kts
T
2017-10-10 16:29:22 +03:00

19 lines
253 B
Kotlin
Vendored

import org.gradle.api.JavaVersion.VERSION_1_7
plugins {
application
}
application {
mainClassName = "samples.HelloWorld"
}
repositories {
jcenter()
}
dependencies {
testCompile("junit:junit:4.12")
}
// VERSION: 1.1.2-eap-14-IJ143-14