diff --git a/build.gradle.kts b/build.gradle.kts index 8948842..efaf729 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -219,7 +219,7 @@ modrinth { uploadFile.set(tasks.remapJar) // With Loom, this MUST be set to `remapJar` instead of `jar`! gameVersions.addAll(listOf(project.ext["minecraft.version"] as String)) // Must be an array, even with only one version loaders.add("fabric") // Must also be an array - no need to specify this if you're using Loom or ForgeGradle - description = System.getenv("GIT_TAG") ?: "Could not get tag description" + changelog.set(System.getenv("GIT_TAG") ?: "Could not get tag description") dependencies { // A special DSL for creating dependencies // scope.type // The scope can be `required`, `optional`, `incompatible`, or `embedded`