Files
i2p.i2p/build.gradle

23 lines
386 B
Groovy
Raw Normal View History

subprojects {
apply plugin: 'java'
2014-06-25 02:50:24 +00:00
repositories {
jcenter()
2014-06-25 02:50:24 +00:00
}
dependencies {
testCompile 'junit:junit:4.+'
2017-10-31 06:13:24 +00:00
testCompile 'org.hamcrest:hamcrest-library:1.3'
2014-06-25 02:50:24 +00:00
}
sourceCompatibility = 1.6
jar {
manifest {
attributes 'Implementation-Version': '0.9.31-7'
}
}
}
//apply from: file('gradle/update.gradle')