mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
Update maven compiler to 2.3.2
This change removes a redundant addition of source encoding and makes our compiler match the current maven default. This amends the commit 52215c617166dddbe52cf7ee8d37964dc948f753 Upstream issue http://jira.codehaus.org/browse/MCOMPILER-70 By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
parent
db05700052
commit
72e51a2fe4
@ -43,11 +43,10 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.0.2</version>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
<source>1.6</source>
|
||||
<target>1.6</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
Reference in New Issue
Block a user