Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 97a9f05

Browse files
committed
[skip ci] Using project name within auto-upload
1 parent 52c52c1 commit 97a9f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ task discord {
142142
}
143143

144144
File file = remapJar.archiveFile.get().asFile
145-
String text = "<:Kronos:799707832399691867> **AdvancedChat v${project.mod_version} for ${project.minecraft_version}**"
145+
String text = "<:Kronos:799707832399691867> **${project.archives_base_name} v${project.mod_version} for ${project.minecraft_version}**"
146146
URL url = new URL(webhook)
147147
HttpsURLConnection connection = (HttpsURLConnection) url.openConnection()
148148

0 commit comments

Comments
 (0)