From 2f6c792d9f0c47835867142a36b4ac3521866af1 Mon Sep 17 00:00:00 2001 From: Ismael Juma Date: Tue, 21 Apr 2015 21:28:23 +0100 Subject: [PATCH] KAFKA-2034; Set sourceCompatibility in build.gradle --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 4775ee4..006ced4 100644 --- a/build.gradle +++ b/build.gradle @@ -47,6 +47,8 @@ subprojects { apply plugin: 'maven' apply plugin: 'signing' + sourceCompatibility = 1.6 + licenseTest.onlyIf { isVerificationRequired(project) } uploadArchives { -- 1.9.3 (Apple Git-50)