Switch to IncendoPaster "library"

This commit is contained in:
dordsor21
2020-12-19 16:18:57 +00:00
parent e08fda0ac2
commit 7444c643a1
4 changed files with 11 additions and 300 deletions

View File

@ -69,6 +69,7 @@ dependencies {
exclude("com.sk89q.worldedit.worldedit-libs", "core")
}
"compile"("org.bstats:bstats-bukkit:1.7")
"compile"("com.intellectualsites.paster:Paster:1.0-SNAPSHOT")
// Third party
"implementation"("com.github.InventivetalentDev:MapManager:1.7.+") { isTransitive = false }
"implementation"("com.github.TechFortress:GriefPrevention:16.+") { isTransitive = false }
@ -119,6 +120,9 @@ tasks.named<ShadowJar>("shadowJar") {
relocate("org.bstats", "com.boydti.metrics") {
include(dependency("org.bstats:bstats-bukkit:1.7"))
}
relocate("com.intellectualsites.paster", "com.boydti.fawe.paster") {
include(dependency("com.intellectualsites.paster:Paster:1.0-SNAPSHOT"))
}
}
}