forked from I2P_Developers/i2p.i2p
Update router and Java versions in build.gradle after prop
This commit is contained in:
@ -10,10 +10,10 @@ subprojects {
|
|||||||
testCompile 'junit:junit:4.+'
|
testCompile 'junit:junit:4.+'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = 1.5
|
sourceCompatibility = 1.6
|
||||||
jar {
|
jar {
|
||||||
manifest {
|
manifest {
|
||||||
attributes 'Implementation-Version': '0.9.13-8'
|
attributes 'Implementation-Version': '0.9.23-18'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user