Hi, I noticed that there are interesting test fixt...
# plugin-development
p
Hi, I noticed that there are interesting test fixtures available in the Gradle project, useful for developing plugins. For example, I was interested in the fixture AbstractProjectBuilderSpec.groovy. I read in the Gradle documentation that fixtures can be published and used in other projects. So is it possible to reuse Gradle's fixtures in my own project, or need to implement them anew? It would be a shame to reinvent the wheel....