summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Harting <539@idlegandalf.com>2016-12-05 21:37:27 +0100
committerGiovanni Harting <539@idlegandalf.com>2016-12-05 21:37:27 +0100
commitccd699cd05471dfcdd90393354b56a8816edf128 (patch)
treeb071e19d8529d367fd91e6efa1e870b5a9b74e33
parentfd37c72cfc0bf5887dc45e5c2d8c4b2969c5cc61 (diff)
make compatible with 1.7 again
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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