File: no_retrofit_module.patch

package info (click to toggle)
libfailsafe-java 3.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,416 kB
  • sloc: java: 11,566; xml: 459; sh: 53; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: for some reason, putting "--ignore" in debian.libfailsafe-java.poms
 is not enough to skip the build of the retrofit module. Deleting it explicitly
 from the main pom.xml.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2023-08-22

--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
   <modules>
     <module>core</module>
     <module>modules/okhttp</module>
-    <module>modules/retrofit</module>
+    <!--<module>modules/retrofit</module>-->
   </modules>
 
   <dependencies>