We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1d7bc commit cf6cd50Copy full SHA for cf6cd50
pom.xml
@@ -69,7 +69,7 @@
69
<dependencies>
70
<dependency>
71
<groupId>org.spigotmc</groupId>
72
- <artifactId>spigot</artifactId>
+ <artifactId>spigot-api</artifactId>
73
<version>1.16.1-R0.1-SNAPSHOT</version>
74
</dependency>
75
src/main/java/com/sentropic/guiapi/gui/Font.java
@@ -1,6 +1,7 @@
1
package com.sentropic.guiapi.gui;
2
3
-import javax.annotation.Nullable;
+import org.jetbrains.annotations.Nullable;
4
+
5
import java.util.HashMap;
6
import java.util.Map;
7
0 commit comments