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 4ee94f4 commit 4621f8aCopy full SHA for 4621f8a
build.gradle
@@ -276,12 +276,13 @@ if (System.getenv("CURSEFORGE")) {
276
project {
277
id = "462672"
278
releaseType = "release"
279
- displayName = "[" + ((String) project.mc_version) + "] " + version
280
changelog = System.getenv("CHANGELOG")
281
changelogType = "markdown"
282
addGameVersion ((String) project.mc_version)
283
addGameVersion "Fabric"
284
- mainArtifact(remapJar)
+ mainArtifact(remapJar) {
+ displayName = "[" + ((String) project.mc_version) + "] " + version
285
+ }
286
287
afterEvaluate {
288
uploadTask.dependsOn("remapJar")
0 commit comments