mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2025-01-04 19:08:43 +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")
|
optional.project("viarewind")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks.modrinth {
|
||||||
|
notCompatibleWithConfigurationCache("")
|
||||||
|
}
|
||||||
|
|
||||||
hangarPublish {
|
hangarPublish {
|
||||||
publications.register("plugin") {
|
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