forked from I2P_Developers/i2p.i2p
Set Java 7 build target for all projects
This commit is contained in:
@@ -11,7 +11,7 @@ subprojects {
|
||||
testCompile 'org.hamcrest:hamcrest-library:1.3'
|
||||
}
|
||||
|
||||
sourceCompatibility = 1.6
|
||||
sourceCompatibility = 1.7
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Implementation-Version': '0.9.31-7'
|
||||
|
Reference in New Issue
Block a user