Set Java 7 build target for all projects

This commit is contained in:
str4d
2017-10-31 07:14:39 +00:00
parent c78af828ac
commit 2ca658174a

View File

@@ -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'