mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-23 17:41:28 +01:00
project.build.sourceEncoding is already specified in the parent pom, so this is not necessary.
This commit is contained in:
@@ -39,7 +39,6 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>
|
<findbugs.onlyAnalyze>org.owasp.dependencycheck.utils.*</findbugs.onlyAnalyze>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
||||||
</properties>
|
</properties>
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
|
|||||||
Reference in New Issue
Block a user