Add toolchain plugin everywhere and unify plugin style
Configure project :testkit:gradle-testkit-plugin Using a toolchain installed via auto-provisioning, but having no toolchain repositories configured. This behavior is deprecated. Consider defining toolchain download repositories, otherwise the build might fail in clean environments; see https://docs.gradle.org/8.11-rc-3/userguide/toolchains.html#sub:download_repositoriesed artifacts.
It's needed in all projects where there's a settings.gradle AND toolchains are used, which happens to be all 3.
Sounds fun, want me to resolve conflicts?
Note: because it is working at the moment I have a feeling Gradle might be applying the plugin anyway, but haven't dug too deep into it ever.
Sounds fun, want me to resolve conflicts?
Note: because it is working at the moment I have a feeling Gradle might be applying the plugin anyway, but haven't dug too deep into it ever.
Yes, if you resolve conflicts I'd be happy to take another look!