File: 0052-no-jasperreports.patch

package info (click to toggle)
libspring-java 4.3.30-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 65,728 kB
  • sloc: java: 566,974; xml: 13,706; sql: 2,313; sh: 87; ruby: 75; jsp: 33; makefile: 29; javascript: 11; python: 4
file content (30 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From: Andrej Shadura <andrewsh@debian.org>
Date: Wed, 27 Feb 2019 14:39:32 +0100
Subject: Don’t build jasperreports support since it FTBFS and likely to be removed from Buster
Forwarded: not-needed

--- a/build.gradle
+++ b/build.gradle
@@ -682,6 +682,7 @@
 		main {
 			java {
 				exclude "**/caffeine/*"
+				exclude "**/jasperreports/*"
 			}
 		}
 	}
@@ -920,6 +921,14 @@
 		testRuntime("org.python:jython-standalone:2.5.3")
 		testRuntime("org.webjars:underscorejs:1.8.3")
 	}
+
+	sourceSets {
+		main {
+			java {
+				exclude "**/jasperreports/*"
+			}
+		}
+	}
 }
 
 project("spring-webmvc-tiles2") {