geforkt von Mirrors/Paper
Update Eclipse compiler.
Dieser Commit ist enthalten in:
Ursprung
49c2537fe2
Commit
3819f8dbec
9
pom.xml
9
pom.xml
@ -212,27 +212,24 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-compiler-plugin</artifactId>
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
<!-- versions after this appear to be broken -->
|
<version>3.6.1</version>
|
||||||
<version>3.1</version>
|
|
||||||
<configuration>
|
<configuration>
|
||||||
<!-- we use the Eclipse compiler as it doesn't need a JDK -->
|
<!-- we use the Eclipse compiler as it doesn't need a JDK -->
|
||||||
<compilerId>eclipse</compilerId>
|
<compilerId>eclipse</compilerId>
|
||||||
<!-- source and target are ignored if this isn't true -->
|
|
||||||
<optimize>true</optimize>
|
|
||||||
</configuration>
|
</configuration>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
|
<!-- we need our custom version as it fixes some bugs on case sensitive file systems -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.plexus</groupId>
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
<artifactId>plexus-compiler-eclipse</artifactId>
|
<artifactId>plexus-compiler-eclipse</artifactId>
|
||||||
<version>2.5.0-spigotmc</version>
|
<version>2.8.1-spigotmc</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>2.19.1</version>
|
<version>2.20</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<workingDirectory>${basedir}/target/test-server</workingDirectory>
|
<workingDirectory>${basedir}/target/test-server</workingDirectory>
|
||||||
<excludes>
|
<excludes>
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren