Show a message with install instructions when running the jar file

Co-Authored-By: Matthew Miller <mnmiller1@me.com>
This commit is contained in:
NotMyFault
2021-02-25 22:58:17 +01:00
parent bc686a611d
commit 0b65533294
9 changed files with 160 additions and 15 deletions

View File

@ -26,7 +26,7 @@ dependencies {
}
<<<<<<< HEAD
addJarManifest(includeClasspath = true)
addJarManifest(WorldEditKind.Mod, includeClasspath = true)
=======
tasks.named<Jar>("jar") {
manifest {