Skip to content

Commit

Permalink
Merge pull request #35 from open-osrs/gradle-archive-name
Browse files Browse the repository at this point in the history
gradle: change archive name
  • Loading branch information
ThatGamerBlue committed Mar 3, 2020
2 parents 4de1060 + 551b03b commit 4f76bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -125,7 +125,7 @@ tasks {
}

shadowJar {
archiveClassifier.set("shaded")
archiveName = "OpenOSRS-shaded.jar"
exclude("net/runelite/injector/**")
}

Expand Down

0 comments on commit 4f76bdc

Please sign in to comment.