mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 03:48:01 +01:00
Define surefire plugin version
By: md_5 <git@md-5.net>
This commit is contained in:
parent
3577147e0c
commit
bd69020044
@ -205,6 +205,11 @@
|
||||
</tags>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
@ -5,11 +5,8 @@ import java.util.List;
|
||||
import java.util.concurrent.Callable;
|
||||
import org.bukkit.plugin.Plugin;
|
||||
import org.bukkit.plugin.TestPlugin;
|
||||
import org.junit.jupiter.api.MethodOrderer;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.TestMethodOrder;
|
||||
|
||||
@TestMethodOrder(MethodOrderer.MethodName.class)
|
||||
public class MetadataStoreTest {
|
||||
private Plugin pluginX = new TestPlugin("x");
|
||||
private Plugin pluginY = new TestPlugin("y");
|
||||
|
Loading…
Reference in New Issue
Block a user