mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-04 23:07:42 +01:00
Mark publish tasks as not compatible with config cache for now
This commit is contained in:
parent
30df64b4d4
commit
7ea38a9447
@ -68,6 +68,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") {
|
||||||
@ -104,4 +107,7 @@ if (!isRelease || isMainBranch) { // Only publish releases from the main branch
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
tasks.named("publishPluginPublicationToHangar") {
|
||||||
|
notCompatibleWithConfigurationCache("")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user