From 921acc8575d4da73f6070001c9e436aba2cfcc99 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Tue, 26 Feb 2019 20:02:13 +0100 Subject: Set the language level to 1.8 to fix the build failure with Ant 1.10 Forwarded: not-needed Gbp-Pq: Name source-level.patch --- subprojects/core/core.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subprojects/core/core.gradle') diff --git a/subprojects/core/core.gradle b/subprojects/core/core.gradle index 3400f6dd3..896bd15fd 100755 --- a/subprojects/core/core.gradle +++ b/subprojects/core/core.gradle @@ -15,7 +15,7 @@ */ apply plugin: 'java-library' -sourceCompatibility = javaVersion.java9Compatible ? 1.6 : 1.5 +sourceCompatibility = 1.8 configurations { reports -- cgit v1.2.3