mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-04 11:44:13 +02:00
chore: changed versioning to commitsha-mcver
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
3dcdb83bed
commit
714976cd74
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ plugins {
|
|||
id("com.modrinth.minotaur") version "2.+"
|
||||
}
|
||||
|
||||
val mavenVersion = System.getenv("GITHUB_REF_NAME") ?: System.getenv("GITHUB_REF_NAME")
|
||||
val mavenVersion = System.getenv("GITHUB_SHA") ?: System.getenv("GITHUB_SHA")
|
||||
?.let { "$it-${project.ext["minecraft.version"] as String}" }
|
||||
?: "0.0.0-${project.ext["minecraft.version"] as String}"
|
||||
val modId: String by project
|
||||
|
|
Loading…
Add table
Reference in a new issue