Include project name in jar

This commit is contained in:
NotMyFault
2021-03-26 21:21:45 +01:00
parent adb99903de
commit 784db1e9c8
3 changed files with 2 additions and 1 deletions

View File

@ -114,7 +114,6 @@ fun Project.applyShadowConfiguration() {
include(project(":worldedit-core"))
exclude("com.google.code.findbugs:jsr305")
}
archiveFileName.set("FastAsyncWorldEdit-${project.version}.jar")
exclude("GradleStart**")
exclude(".cache")
exclude("LICENSE*")