forked from I2P_Developers/i2p.i2p
Initial set of Gradle build scripts for core and router
This commit is contained in:
15
build.gradle
Normal file
15
build.gradle
Normal file
@@ -0,0 +1,15 @@
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
|
||||
sourceCompatibility = 1.5
|
||||
version = '0.9.13-8'
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Implementation-Version': version
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user