Build "Fawe" and credit Matt ❤️

Also update PlotSquared stuff
This commit is contained in:
NotMyFault
2019-08-23 15:48:51 +02:00
parent 20fff1c668
commit c5d3c4dca7
4 changed files with 9 additions and 8 deletions

View File

@ -94,12 +94,13 @@ fun Project.applyPlatformAndCoreConfiguration() {
fun Project.applyShadowConfiguration() {
tasks.named<ShadowJar>("shadowJar") {
archiveClassifier.set("dist")
// archiveClassifier.set("dist")
dependencies {
include(project(":worldedit-libs:core"))
include(project(":worldedit-libs:${project.name.replace("worldedit-", "")}"))
include(project(":worldedit-core"))
}
archiveName = "FastAsyncWorldEdit-${project.version}.jar"
exclude("GradleStart**")
exclude(".cache")
exclude("LICENSE*")