From 95bd7421fa22db1744dcd5baa4ccdde0253af9f7 Mon Sep 17 00:00:00 2001 From: Aleksey Malevaniy Date: Thu, 22 Jan 2015 16:26:35 +0200 Subject: [PATCH] Soure compatibility is stricted to not mess around with other projects --- LikeOrmCommons/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LikeOrmCommons/build.gradle b/LikeOrmCommons/build.gradle index f3eca85..111a200 100644 --- a/LikeOrmCommons/build.gradle +++ b/LikeOrmCommons/build.gradle @@ -1 +1,3 @@ -apply plugin: 'java' \ No newline at end of file +apply plugin: 'java' +sourceCompatibility = 1.6 +targetCompatibility = 1.6 \ No newline at end of file