Skip to content

Commit

Permalink
Fixed library issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Greazi-Times committed Sep 30, 2024
1 parent 166d955 commit 4229b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def artifactId = 'GradleBasePlugin'
// /---> Major Version - Increment this when you make a breaking change
// | /---> Minor Version - Increment this when you add a new feature
// | | /---> Patch Version - Increment this when you make a bug fix
def versionNum = '4.4.1'
def versionNum = '4.4.2'

group = groupId
version = versionNum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class GradleBasePlugin implements Plugin<Project> {

private static final String[] dependencies = new String[] {
"compileOnly#org.spigotmc:spigot-api:1.21.1-R0.1-SNAPSHOT",
"compileOnly#net.md-5:bungeecord-api:1.21.1-R0.1-SNAPSHOT"
"compileOnly#net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT"
};

private static final String[] relocations = new String[] {
Expand Down

0 comments on commit 4229b9a

Please sign in to comment.