Skip to content

Commit

Permalink
Fix build warning about file encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-richardson committed Feb 21, 2016
1 parent 9c5b6ff commit c11ca08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<properties>
<teamcity-version>9.0.1</teamcity-version>
<finalName>${project.artifactId}-${project.version}</finalName>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -64,4 +65,4 @@
<module>octopus-build-trigger-server</module>
<module>build</module>
</modules>
</project>
</project>

0 comments on commit c11ca08

Please sign in to comment.