Skip to content

Commit cf6cd50

Browse files
committed
Fixed Spigot Maven
1 parent 4b1d7bc commit cf6cd50

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependencies>
7070
<dependency>
7171
<groupId>org.spigotmc</groupId>
72-
<artifactId>spigot</artifactId>
72+
<artifactId>spigot-api</artifactId>
7373
<version>1.16.1-R0.1-SNAPSHOT</version>
7474
</dependency>
7575
<dependency>

src/main/java/com/sentropic/guiapi/gui/Font.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.sentropic.guiapi.gui;
22

3-
import javax.annotation.Nullable;
3+
import org.jetbrains.annotations.Nullable;
4+
45
import java.util.HashMap;
56
import java.util.Map;
67

0 commit comments

Comments
 (0)