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

12 lines
181 B
Groovy
Vendored

apply plugin: 'java'
sourceCompatibility = 1.9
version = '1.0'
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
}