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

Commit

Permalink
[skip ci] Using project name within auto-upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkKronicle committed Jan 15, 2022
1 parent 52c52c1 commit 97a9f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ task discord {
}

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

Expand Down

0 comments on commit 97a9f05

Please sign in to comment.