Slackbot
10/12/2022, 8:39 PMInaki Villar
10/12/2022, 11:51 PMefemoney
10/13/2022, 2:24 AMProjectDependency
😅 so should be quite easy to do
appProject.configurations.configureEach {
withDependencies {
withType<ProjectDependency>().configureEach {
/* fail build based on your assertion */
}
}
}