14 lines
212 B
Groovy
Vendored
14 lines
212 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.2-eap-14-IJ143-14 |