This message was deleted.
# community-support
s
This message was deleted.
v
You depend on what you need on the classpath from the build script of the convention plugin project.
j
Usually adding a dependency (implementation or runtimeOnly) to the build.gradle of your convention plugin project (e.g.
buildSrc/build.gradle
) replaces that.
s
hm, odd. wonder why i'm not experiencing that, and still have to add buildscript{} in the downstream convention plugin consumer
v
Can you show an MCVE?
s
yep, i'll dig into it more. thanks
👌 1