mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 16:31:55 +01:00
Add source encoding to the maven compiler plugin.
This change adds the source encoding to the maven compiler plugin, which will strictly enforce build consistency on multiple platforms and address possible compilation issues on some of the source files. The source encoding unintuitively is system-specified by default. By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
9680b8dcdb
commit
35ef74ad46
1 changed files with 1 additions and 0 deletions
|
@ -280,6 +280,7 @@
|
|||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
|
Loading…
Add table
Reference in a new issue