mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-06-07 17:06:17 +02:00
chore: renamed to Gimbal, because I cannot spell apparently
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
1c7138bb58
commit
c14cdffeed
50 changed files with 322 additions and 279 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Gimble
|
||||
* Gimbal
|
||||
* Copyright (C) 2024 moonleay
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
|
@ -30,7 +30,7 @@ plugins {
|
|||
}
|
||||
|
||||
val mavenVersion = System.getenv("CI_COMMIT_TAG") ?: System.getenv("CI_COMMIT_SHORT_SHA")?.let { "$it-dev" }
|
||||
?: "0.1.0-dev" //""0.0.0-SNAPSHOT"
|
||||
?: "0.1.1-dev" //""0.0.0-SNAPSHOT"
|
||||
val modId: String by project
|
||||
val modName: String by project
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue