We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51169a2 commit 1b3a29bCopy full SHA for 1b3a29b
build.gradle
@@ -88,6 +88,8 @@ task curseforge(type: TaskPublishCurseForge) {
88
89
final def mainFile = upload(curseforgeId, tasks.remapJar)
90
91
+ // Parity of Modrinth to use the version as the display name
92
+ mainFile.displayName = version
93
mainFile.changelog = _changelog
94
mainFile.changelogType = "markdown"
95
mainFile.releaseType = type
gradle.properties
@@ -2,7 +2,7 @@
2
org.gradle.jvmargs=-Xmx1G
3
4
# Mod Properties
5
-projectVersion=4.3.3-rc.1
+projectVersion=4.3.3
6
maven_group=gay.ampflower.mod
7
8
curseforgeId=914551
0 commit comments