From 66b772bac1d6ec9db34d259ae49b2435900f5ffa Mon Sep 17 00:00:00 2001 From: Jeroen van Erp Date: Fri, 27 Mar 2015 15:25:45 +0100 Subject: [PATCH] Compiling for JDK6, fixes #179 and #185 --- build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.gradle b/build.gradle index e83acc52..c12f8c21 100644 --- a/build.gradle +++ b/build.gradle @@ -11,6 +11,9 @@ repositories { mavenLocal() } +sourceCompatibility = 1.6 +targetCompatibility = 1.6 + configurations { compile { transitive = false