Jendrik Johannes
02/26/2025, 7:34 AMThe build cache configuration of the root build differs from the build cache configuration of the early evaluated ':plugins' included build. It is recommended to keep them consistent, see here.
when using
pluginManagement {
includeBuild("gradle/plugins")
}
On the documentation page it only say:
> NOTE: This configuration precedence does not apply to plugin builds included through pluginManagement as these are loaded before the cache configuration itself.
But not what I can do. Should I duplicate the build cache configuration? E.g. in these two places:
• gradle/plugins/setting.gradle.kts
• gradle/plugins/src/main/kotlin/build-cache.setting.gradle.kts (to be applied in settings.gradle.kts in roo)
Or is there another/better solution?Jendrik Johannes
02/26/2025, 7:42 AMVampire
02/26/2025, 9:12 AMritesh singh
02/26/2025, 10:53 AMRené
02/26/2025, 12:09 PMritesh singh
02/26/2025, 12:21 PMRené
02/26/2025, 12:23 PMritesh singh
02/26/2025, 12:29 PM