Compiling for JDK6, fixes #179 and #185

This commit is contained in:
Jeroen van Erp
2015-03-27 15:25:45 +01:00
parent fc535a5e76
commit 66b772bac1

View File

@@ -11,6 +11,9 @@ repositories {
mavenLocal()
}
sourceCompatibility = 1.6
targetCompatibility = 1.6
configurations {
compile {
transitive = false