mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 23:08:30 +01:00
Fail silently if uploading to Modrinth fails
This commit is contained in:
parent
4ab9eb4920
commit
231e9a1cc6
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ modrinth {
|
||||||
gameVersions.addAll("1.20")
|
gameVersions.addAll("1.20")
|
||||||
|
|
||||||
loaders.add("fabric")
|
loaders.add("fabric")
|
||||||
|
failSilently.set(true)
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
required.project("fabric-api")
|
required.project("fabric-api")
|
||||||
|
|
Loading…
Reference in a new issue