From be18aa485a584e58280dbde8045d33d9091c3089 Mon Sep 17 00:00:00 2001 From: Andrej Shadura Date: Wed, 27 Feb 2019 14:39:32 +0100 Subject: =?UTF-8?q?Don=E2=80=99t=20build=20jasperreports=20support=20since?= =?UTF-8?q?=20it=20FTBFS=20and=20likely=20to=20be=20removed=20from=20Buste?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Forwarded: not-needed Gbp-Pq: Name 0052-no-jasperreports.patch --- build.gradle | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build.gradle b/build.gradle index 499a22c0..c7e2c8d1 100644 --- a/build.gradle +++ b/build.gradle @@ -685,6 +685,7 @@ project("spring-context-support") { main { java { exclude "**/caffeine/*" + exclude "**/jasperreports/*" } } } @@ -922,6 +923,14 @@ project("spring-webmvc") { testRuntime("org.python:jython-standalone:2.5.3") testRuntime("org.webjars:underscorejs:1.8.3") } + + sourceSets { + main { + java { + exclude "**/jasperreports/*" + } + } + } } project("spring-webmvc-tiles2") { -- cgit v1.2.3