From f1c67afc0d7ad5f6572dd6b655772486108a7590 Mon Sep 17 00:00:00 2001 From: Bruno Farache Date: Wed, 19 Mar 2014 18:10:49 -0300 Subject: [PATCH] sourceCompatibility wasn't being picked correctly, moving to inside build.gradle --- build.gradle | 2 ++ gradle.properties | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 095cc778..7c758248 100644 --- a/build.gradle +++ b/build.gradle @@ -19,6 +19,8 @@ configure(subprojects.findAll { it.name != 'ios' }) { apply plugin: 'eclipse' apply plugin: 'maven' + sourceCompatibility = JavaVersion.VERSION_1_6 + repositories { maven { url 'https://repository.liferay.com/nexus/content/groups/liferay-ce' diff --git a/gradle.properties b/gradle.properties index 70ed14dd..736c531a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,6 +12,4 @@ ## Build ## - sourceCompatibility=1.6 - targetCompatibility=1.6 version=6.2.0.1 \ No newline at end of file