Skip to content

Commit

Permalink
Update build.gradle (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyF0uR committed Mar 10, 2022
1 parent 8466622 commit bf5dc7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Hook_PaperMC/build.gradle
@@ -1,7 +1,6 @@
group 'Hook_PaperMC'

dependencies {
compileOnly 'com.songoda:EpicSpawners-7:latest'
compileOnly "org.spigotmc:v1_16_R3-Tuinity:latest"
compileOnly project(":API")
compileOnly parent
Expand All @@ -10,4 +9,4 @@ dependencies {
if (project.hasProperty('hook.compile_papermc') &&
!Boolean.valueOf(project.findProperty("hook.compile_papermc").toString())) {
project.tasks.all { task -> task.enabled = false }
}
}

0 comments on commit bf5dc7a

Please sign in to comment.