summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2018-10-25 17:10:22 +0200
committerAndrej Shadura <andrewsh@debian.org>2018-10-25 17:10:22 +0200
commit8278893b0dbeebe776be6606f82eabb8701247dc (patch)
tree9015929ea98b17f64437eee276058f47e1d5181a
parent80fb33534227a7a68813a8252926ca84d2b18cc7 (diff)
Java source level 1.5 is no longer supported
Gbp-Pq: Name java1.8.patch
-rw-r--r--common/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/build.gradle b/common/build.gradle
index cd0e2c1..0fba346 100644
--- a/common/build.gradle
+++ b/common/build.gradle
@@ -1 +1 @@
-sourceCompatibility = 1.5
+sourceCompatibility = 1.8