Fix cloud builds
This commit is contained in:
parent
36bacfe770
commit
73bfea93cf
2
pom.xml
2
pom.xml
|
@ -280,6 +280,8 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.19.1</version>
|
||||
<configuration>
|
||||
<!-- Fix for Surefire-1588 -->
|
||||
<useSystemClassLoader>false</useSystemClassLoader>
|
||||
<!-- Tests that use the Bukkit runtime will generate log files here -->
|
||||
<workingDirectory>${basedir}/target/test-server</workingDirectory>
|
||||
</configuration>
|
||||
|
|
Loading…
Reference in New Issue