2014-06-24 05:18:16 +00:00
|
|
|
subprojects {
|
|
|
|
apply plugin: 'java'
|
|
|
|
|
2014-06-25 02:50:24 +00:00
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
testCompile 'junit:junit:4.+'
|
|
|
|
}
|
|
|
|
|
2014-06-24 05:18:16 +00:00
|
|
|
sourceCompatibility = 1.5
|
|
|
|
jar {
|
|
|
|
manifest {
|
2014-06-24 05:36:49 +00:00
|
|
|
attributes 'Implementation-Version': '0.9.13-8'
|
2014-06-24 05:18:16 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|