Files
kotlin-fork/idea/testData/configuration/gradle/rcVersion_before.gradle
T
2016-04-13 08:15:01 +03:00

14 lines
211 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.0.1-rc-26-IJ143-42