mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-12 06:43:58 +01:00
BUILDTOOLS-362: Downgrade surefire plugin to fix issues in Docker
By: md_5 <git@md-5.net>
This commit is contained in:
parent
710a2c2781
commit
587b05b37b
@ -215,7 +215,8 @@
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.20.1</version>
|
||||
<!-- BUILDTOOLS-362 / SUREFIRE-1444 - newer version fails in Docker -->
|
||||
<version>2.20</version>
|
||||
<configuration>
|
||||
<workingDirectory>${basedir}/target/test-server</workingDirectory>
|
||||
<excludes>
|
||||
|
Loading…
Reference in New Issue
Block a user