Skip to content

Commit

Permalink
Updated spigot-api to v1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
faab007nl committed Dec 25, 2022
1 parent 33f54ff commit 6096657
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

def groupId = 'me.TechsCode'
def artifactId = 'GradleBasePlugin'
def versionNum = '2.0.4'
def versionNum = '2.0.5'

group = groupId
version = versionNum
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class GradleBasePlugin implements Plugin<Project> {
};

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

Expand Down

0 comments on commit 6096657

Please sign in to comment.