Fix building without curseforge key

This commit is contained in:
Lukas Rieger (Blue) 2022-11-11 13:27:56 +01:00
parent f1659ff258
commit be989e59c1
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
12 changed files with 12 additions and 12 deletions

View File

@ -146,7 +146,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project(closureOf<CurseProject> {
id = "406463"
changelogType = "markdown"

View File

@ -146,7 +146,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project(closureOf<CurseProject> {
id = "406463"
changelogType = "markdown"

View File

@ -146,7 +146,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project(closureOf<CurseProject> {
id = "406463"
changelogType = "markdown"

View File

@ -146,7 +146,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project(closureOf<CurseProject> {
id = "406463"
changelogType = "markdown"

View File

@ -146,7 +146,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project(closureOf<CurseProject> {
id = "406463"
changelogType = "markdown"

View File

@ -146,7 +146,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project(closureOf<CurseProject> {
id = "406463"
changelogType = "markdown"

View File

@ -178,7 +178,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project {
id = "406463"
changelogType = "markdown"

View File

@ -178,7 +178,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project {
id = "406463"
changelogType = "markdown"

View File

@ -178,7 +178,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project {
id = "406463"
changelogType = "markdown"

View File

@ -178,7 +178,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project {
id = "406463"
changelogType = "markdown"

View File

@ -178,7 +178,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project {
id = "406463"
changelogType = "markdown"

View File

@ -179,7 +179,7 @@ modrinth {
}
curseforge {
apiKey = System.getenv("CURSEFORGE_TOKEN")
apiKey = System.getenv("CURSEFORGE_TOKEN") ?: ""
project {
id = "406463"
changelogType = "markdown"