From e004a2254ce0c76f3d992637d07f065d44bb96f8 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 30 Nov 2016 14:51:36 -0500 Subject: [PATCH] Move test code base to Java 8 --- build.gradle | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index f085189236..bf04c7b8a6 100644 --- a/build.gradle +++ b/build.gradle @@ -76,8 +76,7 @@ subprojects { subproject -> } compileTestJava { - sourceCompatibility = 1.6 - targetCompatibility = 1.6 + sourceCompatibility = 1.8 } @@ -289,11 +288,6 @@ project('spring-integration-amqp') { project('spring-integration-core') { description = 'Spring Integration Core' - compileTestJava { - sourceCompatibility = 1.8 - targetCompatibility = 1.8 - } - dependencies { compile "org.springframework:spring-core:$springVersion" compile "org.springframework:spring-aop:$springVersion"