mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
oops
This commit is contained in:
parent
ec325ff2e4
commit
a5b8afbc3e
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ configure<BlossomExtension> {
|
||||||
fun buildNumber(): Int = System.getenv("GITHUB_RUN_NUMBER")?.let { Integer.parseInt(it) } ?: -1
|
fun buildNumber(): Int = System.getenv("GITHUB_RUN_NUMBER")?.let { Integer.parseInt(it) } ?: -1
|
||||||
|
|
||||||
fun isDevBuild(branch: String, repository: String): Boolean {
|
fun isDevBuild(branch: String, repository: String): Boolean {
|
||||||
return branch != "master" && repository.equals("https://github.com/GeyserMC/Geyser", ignoreCase = true).not()
|
return branch != "master" || repository.equals("https://github.com/GeyserMC/Geyser", ignoreCase = true).not()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue