summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2019-02-27 14:39:32 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-03-09 14:46:25 +0000
commitbe18aa485a584e58280dbde8045d33d9091c3089 (patch)
tree269086fc1db7e9b95dbdc83ca3c04ae5fce3836b
parenta7cff65389851778aeecf251fba914cad2f3bd2f (diff)
Don’t build jasperreports support since it FTBFS and likely to be removed from BusterHEADarchive/debian/4.3.22-3master
Forwarded: not-needed Gbp-Pq: Name 0052-no-jasperreports.patch
-rw-r--r--build.gradle9
1 files changed, 9 insertions, 0 deletions
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") {