File: 0028-disable-jdiff-report.patch

package info (click to toggle)
libspring-java 4.3.30-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • 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 (14 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Disable the JDiff report (not in Debian and not necessary)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/build.gradle
+++ b/build.gradle
@@ -1142,7 +1142,7 @@
 	apply plugin: "groovy"
 
 	// apply plugin: "detect-split-packages"
-	apply from: "${gradleScriptDir}/jdiff.gradle"
+	//apply from: "${gradleScriptDir}/jdiff.gradle"
 
 	asciidoctor {
 		sourceDir project.file('src/asciidoc')