We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011daba commit 936dbd2Copy full SHA for 936dbd2
build.gradle.kts
@@ -41,7 +41,7 @@ val homeDir = System.getProperty("user.home")
41
42
tasks {
43
named<ShadowJar>("shadowJar") {
44
- archiveBaseName.set(
+ archiveFileName.set(
45
"spigot-tg-bridge-${spigotApiVersion}-v${pluginVersion}.jar"
46
)
47
}
0 commit comments