mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-22 16:05:02 +00:00
Include the core dependency in the Bukkit module
This commit is contained in:
parent
2f02f4392a
commit
f4729310fa
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ task copyFiles {
|
|||
|
||||
shadowJar {
|
||||
dependencies {
|
||||
include(dependency(":Core"))
|
||||
include(dependency(":PlotSquared"))
|
||||
include(dependency("io.papermc:paperlib:1.0.2"))
|
||||
include(dependency("net.kyori:text-adapter-bukkit:3.0.3"))
|
||||
include(dependency("org.bstats:bstats-bukkit:1.7"))
|
||||
|
|
Loading…
Reference in a new issue