Slackbot
05/04/2023, 8:50 PMAdam
05/04/2023, 9:00 PMorg.gradle.testfixtures.ProjectBuilder
?Adam
05/04/2023, 9:04 PMplugins.register("...")
helps with), or by applying the class directly (the ‘legacy’ method). So, as long as PluginIWantToTest
is available, you can apply it via the class.Miles Peele
05/04/2023, 9:21 PMapply<MyPluginClass>
in the test build script - perfect, thanks!