mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-22 08:15:05 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue