Show a message with install instructions when running the jar file
Co-Authored-By: Matthew Miller <mnmiller1@me.com>
This commit is contained in:
@ -91,7 +91,7 @@ tasks.named<Copy>("processResources") {
|
||||
from(project(":worldedit-core").tasks.named("processResources"))
|
||||
}
|
||||
|
||||
addJarManifest(includeClasspath = false)
|
||||
addJarManifest(WorldEditKind.Mod, includeClasspath = false)
|
||||
|
||||
tasks.named<ShadowJar>("shadowJar") {
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user