Gradle test config improvements

This commit is contained in:
str4d
2014-06-25 02:50:24 +00:00
parent f6108b51a2
commit aa3ac75470
7 changed files with 33 additions and 11 deletions

View File

@@ -1,14 +1,19 @@
subprojects {
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
testCompile 'junit:junit:4.+'
}
sourceCompatibility = 1.5
jar {
manifest {
attributes 'Implementation-Version': '0.9.13-8'
}
}
repositories {
mavenCentral()
}
}