Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-29357] Specifies source encodings explicitly to have findbug…
…s not fail on non-english locale.
  • Loading branch information
ikedam committed Jul 11, 2015
1 parent 86b154b commit a70b008
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -52,6 +52,11 @@
</dependency>
</dependencies>

<properties>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down

0 comments on commit a70b008

Please sign in to comment.