Slackbot
09/21/2022, 3:27 PMMartin
09/21/2022, 4:44 PMStefano Zanella
09/21/2022, 4:47 PMJohn
09/21/2022, 9:00 PMwithPluginClasspath()
and pass in the Files that you need to include from your library (such as the files in build/classes/groovy/main
Martin
09/22/2022, 7:14 AMStefano Zanella
09/22/2022, 8:47 AMephemient
09/24/2022, 4:08 PMwithPluginClasspath()
with
tasks.pluginUnderTestMetadata {
pluginClasspath.from(...)
}
(in the plugin project's build script, not the plugin or test itself)Stefano Zanella
09/24/2022, 6:29 PM