Update gradle

This commit is contained in:
NotMyFault
2019-09-14 01:54:39 +02:00
parent c65e06cb1b
commit 714f8583f3
2 changed files with 2 additions and 3 deletions

View File

@ -100,7 +100,7 @@ fun Project.applyShadowConfiguration() {
include(project(":worldedit-libs:${project.name.replace("worldedit-", "")}"))
include(project(":worldedit-core"))
}
archiveName = "FastAsyncWorldEdit-${project.version}.jar"
archiveFileName.set("FastAsyncWorldEdit-${project.version}.jar")
exclude("GradleStart**")
exclude(".cache")
exclude("LICENSE*")