Rename the fat jar inside the shadow distribution to openrs2.jar

This removes all the extra cruft (like the whole artifact ID and the
version).

Signed-off-by: Graham <gpe@openrs2.dev>
pull/108/head
Graham 4 years ago
parent 1b49f6c2e1
commit 554e643e88
  1. 2
      all/build.gradle.kts

@ -25,6 +25,8 @@ dependencies {
}
tasks.shadowJar {
archiveFileName.set("openrs2.jar")
minimize {
exclude(dependency("org.jetbrains.kotlin:kotlin-reflect"))
}

Loading…
Cancel
Save