added targetCompatibility = 1.7 per issue #321

This commit is contained in:
Jeremy Long
2015-08-25 06:13:29 -04:00
parent e484c5754e
commit 054be314f6

View File

@@ -75,6 +75,8 @@ task integTest(type: Test) {
group = 'com.thoughtworks.tools'
version = '0.0.6'
targetCompatibility = 1.7
apply from: 'conf/publish/local.gradle'
//apply from: 'conf/publish/maven.gradle'
apply from: 'conf/publish/gradlePluginsPortal.gradle'