geforkt von Mirrors/Paper
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.
Dieser Commit ist enthalten in:
Ursprung
2e7f66787d
Commit
4667e9493c
1
pom.xml
1
pom.xml
@ -280,6 +280,7 @@
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren