mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-11 08:54:15 +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.+"
|
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}" }
|
?.let { "$it-${project.ext["minecraft.version"] as String}" }
|
||||||
?: "0.0.0-${project.ext["minecraft.version"] as String}"
|
?: "0.0.0-${project.ext["minecraft.version"] as String}"
|
||||||
val modId: String by project
|
val modId: String by project
|
||||||
|
|
Loading…
Add table
Reference in a new issue