14 lines
211 B
Groovy
Vendored
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 |