Updates MockBukkit, and fixes some test-related issues

Fixes JUnit 5's After being used instead of AfterEach
Fixes a potential NullPointerException when tearing down GateLayoutTest
This commit is contained in:
2024-03-06 14:25:45 +01:00
parent 74708914f3
commit 184cb38cbb
4 changed files with 15 additions and 12 deletions

View File

@@ -66,8 +66,8 @@
</dependency>
<dependency>
<groupId>com.github.seeseemelk</groupId>
<artifactId>MockBukkit-v1.18</artifactId>
<version>2.85.2</version>
<artifactId>MockBukkit-v1.20</artifactId>
<version>3.78.0</version>
<scope>test</scope>
</dependency>
<dependency>