diff --git a/build.gradle b/build.gradle index 7518ddd..988a3bf 100644 --- a/build.gradle +++ b/build.gradle @@ -5,4 +5,6 @@ dependencies { compile localGroovy() } +sourceCompatibility = '1.7' +targetCompatibility = '1.7'