From ccd699cd05471dfcdd90393354b56a8816edf128 Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Mon, 5 Dec 2016 21:37:27 +0100 Subject: [PATCH] make compatible with 1.7 again --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e0b688d..82e85fd 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ repositories { group = "com.sosnitzka" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "taiga" -sourceCompatibility = JavaVersion.VERSION_1_8 +sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_8