Checks the Floodgate API in addition to the Geyser API

This commit is contained in:
2024-03-19 14:28:17 +01:00
parent 5b825b5037
commit be6e7ec87b
2 changed files with 31 additions and 3 deletions

View File

@@ -110,6 +110,12 @@
<version>2.2.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.geysermc.floodgate</groupId>
<artifactId>api</artifactId>
<version>2.2.2-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>