forked from I2P_Developers/i2p.i2p
15 lines
226 B
Groovy
15 lines
226 B
Groovy
subprojects {
|
|
apply plugin: 'java'
|
|
|
|
sourceCompatibility = 1.5
|
|
jar {
|
|
manifest {
|
|
attributes 'Implementation-Version': '0.9.13-8'
|
|
}
|
|
}
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|