Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
fengguowudi authored Jul 17, 2024
1 parent 1fc6279 commit 04a0589
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ allprojects {
mavenCentral()
mavenLocal()
}

dependencies {
compileOnly 'org.spigotmc:spigot-api:1.19.2-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.19.2-R0.1-SNAPSHOT'
}

task cleanBuild {
doFirst {
Expand Down

0 comments on commit 04a0589

Please sign in to comment.