Skip to content

Commit

Permalink
Added explicit encoding to Maven config for consistent builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Brianetta committed May 26, 2019
1 parent e74131b commit bee8818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<configuration>
<source>1.8</source>
<target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit bee8818

Please sign in to comment.