mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-18 14:34:43 +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`!
|
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
|
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
|
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
|
dependencies { // A special DSL for creating dependencies
|
||||||
// scope.type
|
// scope.type
|
||||||
// The scope can be `required`, `optional`, `incompatible`, or `embedded`
|
// The scope can be `required`, `optional`, `incompatible`, or `embedded`
|
||||||
|
|
Loading…
Add table
Reference in a new issue