3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2025-01-11 23:51:00 +01:00

Mark publish tasks as not compatible with config cache for now

Dieser Commit ist enthalten in:
Nassim Jahnke 2024-12-29 13:47:53 +01:00
Ursprung 30df64b4d4
Commit 7ea38a9447
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F

Datei anzeigen

@ -68,6 +68,9 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
optional.project("viarewind")
}
}
tasks.modrinth {
notCompatibleWithConfigurationCache("")
}
hangarPublish {
publications.register("plugin") {
@ -104,4 +107,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
}
}
}
tasks.named("publishPluginPublicationToHangar") {
notCompatibleWithConfigurationCache("")
}
}