This message was deleted.
# community-support
s
This message was deleted.
n
We use our custom distribution in combination with buildSrc without a problem. 🤔
c
have not seen that issue
j
ok thanks, at least i have confirmation that it should work now
c
not aware of any way to prevent buildSrc - it’s a built-in, implicit project.
j
yeah. I am trying an includeBuild as well and it still not working. something weird must be going on. im on gradle 6.9.2, so maybe thats part of it
c
what are the symptoms you are seeing?
j
i have a plugin declared in buildSrc / included build, and I can't import it in my main build.gradle, nor can I apply it via plugin ID. I also noticed with the included build, that it evaluates after the regular subprojects. when I upgrade to gradle 7, it looks like it switches and properly evaluates the included build first (I am using
includeBuild
in the
pluginManagement
block
ok back on gradle 6.9.2 (not custom) and buildSrc, I got everything to work
✅ 1
g
Not sure if it's related, but I just reported this to IDEA team For us,
init.d
scripts defined in a Custom Distribution are not run when running Gradle sync
buildSrc:prepareKotlinBuildScriptModel
, if there is already a "regular" (not customized) daemon running for the same Gradle version