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.+'
|
|
|
|
}
|
|
|
|
|
2015-12-29 21:16:42 +00:00
|
|
|
sourceCompatibility = 1.6
|
2014-06-24 05:18:16 +00:00
|
|
|
jar {
|
|
|
|
manifest {
|
2015-12-29 21:16:42 +00:00
|
|
|
attributes 'Implementation-Version': '0.9.23-18'
|
2014-06-24 05:18:16 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-12-29 21:18:53 +00:00
|
|
|
|
|
|
|
//apply from: file('gradle/update.gradle')
|