mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-02-21 02:11:21 +01:00
[ci skip] fix when api key isn't set
This commit is contained in:
parent
cac25115ab
commit
8653889fea
@ -78,7 +78,7 @@ if (!System.getenv()["curse_api_key"].isNullOrBlank() && branch.startsWith("mc-"
|
||||
}
|
||||
|
||||
curseforge {
|
||||
apiKey = System.getenv()["curse_api_key"]
|
||||
apiKey = System.getenv()["curse_api_key"] ?: "undefined"
|
||||
project(closureOf<com.matthewprenger.cursegradle.CurseProject> {
|
||||
id = "391298"
|
||||
changelog = "A changelog can be found at https://github.com/ViaVersion/ViaFabric/commits"
|
||||
|
Loading…
Reference in New Issue
Block a user