Skip to content

Commit

Permalink
Include minor change to the jar's file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofpu committed Jun 21, 2022
1 parent 85af737 commit abdf292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedbridge2-spigot-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {

tasks {
named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
classifier = ""
archiveName = "Speedbridge2-${version}-all.jar"

dependencies {
relocate("org.xerial", "io.tofpu.speedbridge2.lib.sqlite")
Expand Down

0 comments on commit abdf292

Please sign in to comment.