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:
Ursprung
30df64b4d4
Commit
7ea38a9447
@ -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("")
|
||||
}
|
||||
}
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren