From 97e664bde0cc095bbc1b5e296053342972ac95f1 Mon Sep 17 00:00:00 2001 From: Gunnar Hillert Date: Mon, 21 Apr 2014 09:25:20 -0400 Subject: [PATCH] BATCH-2144 Ensure that Gradle version of Spring Batch compiles with Java 8 --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 40a4805c2..9720c6fdf 100644 --- a/build.gradle +++ b/build.gradle @@ -42,6 +42,10 @@ subprojects { subproject -> apply plugin: 'idea' apply plugin: 'jacoco' + jacoco { + toolVersion = "0.7.0.201403182114" + } + sourceCompatibility=1.6 targetCompatibility=1.6