We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85af737 commit abdf292Copy full SHA for abdf292
1 file changed
speedbridge2-spigot-plugin/build.gradle.kts
@@ -38,7 +38,7 @@ dependencies {
38
39
tasks {
40
named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
41
- classifier = ""
+ archiveName = "Speedbridge2-${version}-all.jar"
42
43
dependencies {
44
relocate("org.xerial", "io.tofpu.speedbridge2.lib.sqlite")
0 commit comments