File: verbose-build.patch

package info (click to toggle)
error-prone-java 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,076 kB
  • sloc: java: 171,398; xml: 1,459; sh: 34; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Enable verbose build messages
Author: Olek Wojnar <olek@debian.org>
Last-Update: 2020-06-12

--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,8 @@
         <configuration>
           <source>1.8</source>
           <target>1.8</target>
+          <compilerArgument>-Xlint:all</compilerArgument>
+          <compilerArgument>-Xdiags:verbose</compilerArgument>
           <parameters />
           <testExcludes>
             <exclude>**/testdata/**</exclude>