This message was deleted.
# community-support
s
This message was deleted.
m
the name in
buildSrc/settings.gradle
is not
buildSrc
, though: https://github.com/micronaut-projects/micronaut-serialization/blob/80322727f4dd5f71258b99e480f1285e5ad3f0c7/buildSrc/settings.gradle (although it's probably wrong)
c
the stack trace seems to imply that
buildSrc
is included from a settings file.
m
it may be the cause of the problem, looks like a copy and paste error in this case, the
buildSrc
file shouldn't set its name to the name of the parent build
it's not, I think that's because Gradle now tries to align the behavior of buildSrc with the one of included builds
v
Yeah, it should set it to
buildSrc
. I think I've seen that before.
m
reuses some mechanics
v
buildSrc
is still treated specially, so if you set a different name for its root project, it chokes