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:
+1
-1
@@ -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") }
|
||||
|
||||
Reference in New Issue
Block a user