Slackbot
03/06/2023, 3:37 PMephemient
03/06/2023, 3:43 PMdependencies
is special, most task names do execute in all projectsThomas Keller
03/06/2023, 4:19 PMThomas Keller
03/06/2023, 4:19 PMThomas Keller
03/06/2023, 4:20 PMephemient
03/06/2023, 4:35 PMephemient
03/06/2023, 4:38 PMallprojects { task reallyDependencies { dependsOn 'dependencies' } }
3. add a constraint allprojects { dependencies { constraints { } } }
that blocks the dependency, try to build and see what breaks
4. build with build scan and it should be visibleephemient
03/06/2023, 4:39 PM