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

@ -23,6 +23,7 @@ tasks.named<ShadowJar>("shadowJar") {
dependencies {
include { true }
}
archiveFileName.set("FastAsyncWorldEdit-CLI-${project.version}.jar")
minimize {
exclude(dependency("org.apache.logging.log4j:log4j-core"))
}