mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Include project name in jar
This commit is contained in:
@ -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"))
|
||||
}
|
||||
|
Reference in New Issue
Block a user