mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-04 11:44:13 +02:00
ci: updated modrinth publishing
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
13a3394a8c
commit
a039cca283
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue