mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Remove accessor from previous commit
This commit is contained in:
parent
f2d83c4ed1
commit
246ebddc78
1 changed files with 1 additions and 1 deletions
|
@ -131,4 +131,4 @@ inner class GitInfo {
|
||||||
}
|
}
|
||||||
|
|
||||||
// todo remove this when we're not using Jenkins anymore
|
// todo remove this when we're not using Jenkins anymore
|
||||||
private fun jenkinsBuildNumber(): String? = System.getenv("BUILD_NUMBER")
|
fun jenkinsBuildNumber(): String? = System.getenv("BUILD_NUMBER")
|
||||||
|
|
Loading…
Reference in a new issue