From bed4de12b70e96c289aed16de72f17273479df52 Mon Sep 17 00:00:00 2001 From: Stu Date: Tue, 23 Dec 2014 20:43:11 +0000 Subject: [PATCH] JDK 1.8 should not be required for this plugin --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 427cc61..f174b65 100644 --- a/build.gradle +++ b/build.gradle @@ -31,6 +31,8 @@ apply plugin: 'maven' apply plugin: 'groovy' group 'org.scoverage' +sourceCompatibility = '1.6' +targetCompatibility = '1.6' configurations { scoverage