Rename shadowJar output file to ProxyDiscordLink.jar

Updated the shadowJar configuration to output the JAR file as ProxyDiscordLink.jar instead of discordLink.jar. This change clarifies the file's purpose and aligns with naming conventions.
This commit is contained in:
Teriuihi 2025-01-03 23:53:10 +01:00
parent 40ded90edf
commit b54b3f9eaf

View File

@ -63,7 +63,7 @@ dependencies {
shadowJar {
archiveFileName.set("discordLink.jar")
archiveFileName.set("ProxyDiscordLink.jar")
listOf(
"net.dv8tion.jda"
).forEach { relocate(it, "${rootProject.group}.lib.$it") }