forked from I2P_Developers/i2p.i2p
Gradle test config improvements
This commit is contained in:
13
build.gradle
13
build.gradle
@@ -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()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user