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

14 lines
198 B
Groovy
Vendored

apply plugin: 'java'
sourceCompatibility = 1.5
version = '1.0'
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
}
// VERSION: 1.1-M04