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 73e8a1a commit 052a839Copy full SHA for 052a839
src/main/java/me/TechsCode/GradeBasePlugin/GradleBasePlugin.java
@@ -25,8 +25,8 @@ public class GradleBasePlugin implements Plugin<Project> {
25
};
26
27
private static final String[] dependencies = new String[] {
28
- "compileOnly#org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT",
29
- "compileOnly#net.md-5:bungeecord-api:1.20-R0.1-SNAPSHOT"
+ "compileOnly#org.spigotmc:spigot-api:1.21-R0.1-SNAPSHOT",
+ "compileOnly#net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT"
30
31
32
private static final String[] relocations = new String[] {
0 commit comments