From 00d66de40906ce1acfbed2c18f8e3875c8ce5f9c Mon Sep 17 00:00:00 2001 From: Gethin James Date: Fri, 8 Nov 2013 13:27:39 +0000 Subject: [PATCH] Changed the compiler to 1.7, for RM-1062 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57760 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 725e849d9a..87f46d4a11 100644 --- a/build.gradle +++ b/build.gradle @@ -125,8 +125,8 @@ subprojects { apply plugin: 'java' apply plugin: 'eclipse' - sourceCompatibility = 1.6 - targetCompatibility = 1.6 + sourceCompatibility = 1.7 + targetCompatibility = 1.7 ext { explodedDepsDir = 'explodedDeps'