Remove accessor from previous commit

This commit is contained in:
rtm516 2023-05-27 14:12:20 +01:00
parent f2d83c4ed1
commit 246ebddc78
No known key found for this signature in database
GPG Key ID: 331715B8B007C67A
1 changed files with 1 additions and 1 deletions

View File

@ -131,4 +131,4 @@ inner class GitInfo {
}
// 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")