Slackbot
07/27/2023, 11:39 AMThomas Broyer
07/27/2023, 12:01 PMJulio Cesar Bueno Cotta
07/27/2023, 12:33 PMThomas Broyer
07/27/2023, 12:49 PMbuildSrc
that could possibly use the one from the parent project (except that IIUC the settings script hasn't run already, as it could itself apply a plugin from the buildSrc
🐔 🥚). And for included builds, the included build doesn't know which build includes it so it couldn't know which version catalog to use.
Now with explicit configuration then maybe that's possible…Julio Cesar Bueno Cotta
07/27/2023, 3:08 PMVampire
07/30/2023, 12:59 AMexcept that IIUC the settings script hasn't run already, as it could itself apply a plugin from the buildSrc
Only in ancient versions where
buildSrc
was run first. You can not use settings plugins from buildSrc
since Gradle 5 or soJulio Cesar Bueno Cotta
07/31/2023, 9:42 AM