mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-01-02 18:48:06 +01:00
Mark publish tasks as not compatible with config cache for now
This commit is contained in:
parent
4265866c93
commit
a1a71a160a
@ -60,6 +60,9 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
||||
optional.project("viarewind")
|
||||
}
|
||||
}
|
||||
tasks.modrinth {
|
||||
notCompatibleWithConfigurationCache("")
|
||||
}
|
||||
|
||||
hangarPublish {
|
||||
publications.register("plugin") {
|
||||
@ -96,4 +99,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
||||
}
|
||||
}
|
||||
}
|
||||
tasks.named("publishPluginPublicationToHangar") {
|
||||
notCompatibleWithConfigurationCache("")
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user