Slackbot
04/12/2023, 1:55 PMmelix
04/12/2023, 1:56 PMbuildSrc/settings.gradle
is not buildSrc
, though: https://github.com/micronaut-projects/micronaut-serialization/blob/80322727f4dd5f71258b99e480f1285e5ad3f0c7/buildSrc/settings.gradle (although it's probably wrong)Chris Lee
04/12/2023, 1:58 PMbuildSrc
is included from a settings file.melix
04/12/2023, 1:59 PMbuildSrc
file shouldn't set its name to the name of the parent buildmelix
04/12/2023, 1:59 PMVampire
04/12/2023, 1:59 PMbuildSrc
.
I think I've seen that before.melix
04/12/2023, 1:59 PMVampire
04/12/2023, 2:00 PMbuildSrc
is still treated specially, so if you set a different name for its root project, it chokes