Ok, but how does Gradle prevent two versions of the Gradle API being present on the classpath? If my plugin is packaged as a maven module with a POM and has a dependency on some gradle api version, I noticed that the classpath of a Worker process contained two jars for Gradle API with different versions. Am I doing something wrong is this how it’s supposed to work?
↧