Skip to content

Commit

Permalink
Compiler should not be verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed May 9, 2019
1 parent 25d9469 commit 8815f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -1006,7 +1006,7 @@
<maven.compiler.source>1.5</maven.compiler.source>
<maven.compiler.target>1.5</maven.compiler.target>
<maven.compiler.fork>true</maven.compiler.fork>
<maven.compiler.verbose>true</maven.compiler.verbose>
<maven.compiler.verbose>false</maven.compiler.verbose>
<maven.compiler.optimize>true</maven.compiler.optimize>
<maven.compiler.debug>true</maven.compiler.debug>
<maven.compiler.debuglevel>lines,source</maven.compiler.debuglevel>
Expand Down

0 comments on commit 8815f52

Please sign in to comment.