Skip to content

Commit

Permalink
Update gradle to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed Nov 15, 2023
1 parent bb69e4d commit 5c49b5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ repositories {

dependencies {
implementation 'org.eclipse.jdt:org.eclipse.jdt.annotation:2.2.600'
implementation 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT'
implementation ('com.github.SkriptLang:Skript:2.6.4') {
implementation 'org.spigotmc:spigot-api:1.13.2-R0.1-SNAPSHOT'
implementation ('com.github.SkriptLang:Skript:2.7.2') {
transitive = false
}
implementation ('me.clip:placeholderapi:2.11.3')
Expand Down
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.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 5c49b5f

Please sign in to comment.