Skip to content

Commit

Permalink
Add floodgate as serverDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Oct 8, 2024
1 parent 7fbf4e9 commit 6f4b935
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ paper {
required = false
load = PaperPluginDescription.RelativeLoadOrder.BEFORE
}
register("floodgate") {
required = false
load = PaperPluginDescription.RelativeLoadOrder.BEFORE
joinClasspath = true
}
}
}

Expand Down

0 comments on commit 6f4b935

Please sign in to comment.