1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-25 17:59:27 +00:00

Fail silently if uploading to Modrinth fails

This commit is contained in:
Tim203
2023-06-08 16:34:31 +02:00
parent 4ab9eb4920
commit 231e9a1cc6

View File

@@ -107,6 +107,7 @@ modrinth {
gameVersions.addAll("1.20")
loaders.add("fabric")
failSilently.set(true)
dependencies {
required.project("fabric-api")