1
0
Fork 0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-03-31 03:38:19 +02: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
No known key found for this signature in database
GPG key ID: 736F3CD49EF01DBF

View file

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