Slackbot
09/13/2022, 8:18 PMSlackbot
09/14/2022, 1:37 PMSlackbot
09/14/2022, 2:43 PMSlackbot
09/14/2022, 3:21 PMSlackbot
09/14/2022, 10:53 PMSlackbot
09/16/2022, 3:52 PMSlackbot
09/16/2022, 5:39 PMSlackbot
09/16/2022, 6:00 PMSlackbot
09/16/2022, 6:14 PMSlackbot
09/17/2022, 1:49 PMSlackbot
09/18/2022, 9:18 AMSlackbot
09/19/2022, 11:22 AMSlackbot
09/19/2022, 1:11 PMSlackbot
09/19/2022, 1:28 PMSlackbot
09/19/2022, 5:19 PMSlackbot
09/19/2022, 5:27 PMSlackbot
09/19/2022, 5:45 PMSlackbot
09/20/2022, 5:26 AMSlackbot
09/20/2022, 7:56 AMSlackbot
09/20/2022, 11:57 AMSlackbot
09/20/2022, 1:59 PMSlackbot
09/20/2022, 2:49 PMJean Helou
09/20/2022, 4:01 PMbuildSrc
which contains both an actual custom plugin and various convention plugins. I was unable to reference the custom plugin by id from the the convention plugins, so I tried moving the custom plugin to a directory of its own and use an includeBuild
. However it appears that doing so disables parallel execution for the dependency resolution step of all the projects in the build. this is probably what
Because of the reliance on dependency substitution, composite builds may force configurations to be resolved earlier, when composing the task execution graph. This can have a negative impact on overall build performance, because these configurations are not resolved in parallel.warns about but I don't understand why it behaves like this in this specific case. The only alternative I could find is to imperatively
apply()
the plugin, is that the recommended practice ?Slackbot
09/20/2022, 6:01 PMSlackbot
09/20/2022, 7:24 PMSlackbot
09/21/2022, 1:47 PMSlackbot
09/21/2022, 7:21 PMStylianos Gakis
09/22/2022, 8:26 AMimplementation(npm("@emotion/styled", "x.x.x))
. We can’t just define a dependency like emotion.styled = "@emotion/styled"
since version catalogs is complaining. Is there any workaround we can do to get something like this working?Stephen Jackson
09/22/2022, 4:44 PMSlackbot
09/22/2022, 8:14 PM