Remco Mokveld
11/01/2024, 8:22 AMThe request for this plugin could not be satisfied because the plugin is already on the classpath with an unknown version is usually solved by adding apply false in the root project, but does anyone know how to fix it when using org.gradle.testkit.runner.GradleRunner. If I have a convention plugin for the root project, convention plugins for sub projects and use .withPluginClasspath() I'm unable to solve the errorRemco Mokveld
11/01/2024, 8:41 AMalias(libs.plugins.convention) with id(libs.plugins.convention.get().pluginId) it worksRemco Mokveld
11/01/2024, 8:42 AM