This message was deleted.
# community-support
s
This message was deleted.
v
No other files in
buildSrc
? o_O
d
Yea deleted everything, but my project file has build script, not sure if that affects it
I'm trying to use convention plugins from buildSrc
v
You say you have nothing in
buildSrc
but you say you have convention plugin in
buildSrc
, ..., so what is it?
d
They can both be true, the build failure I posted was with the screenshot
I'm trying to apply groovy-gradle-plugin to use convention plugins in my project
v
No, yes and no can not both be true
Do you have a convention plugin in your
buildSrc
that you want to compile or not?
Unless you are Heisenberg it cannot both be true
d
yes in this case, i have a convention plugin staged in
buildSrc/src/main/groovy
c
Is it perhaps as the error indicates - the convention plug-in has a buildscript block?
d
ooooh, probably
yea good call, that was not obvious to me. Thanks