Hello, community :wave::skin-tone-2: Just asked a ...
# community-support
k
Hello, community 👋🏻 Just asked a very detailed question on StackOverlow and created a sample repo for quick reproducing of some unexpected (from my POV) behavior. Will appreciate any help in understanding the root cause of the problem and possible ways to fix it 🙏
e
because the classloader for a child project's buildscript is a child of the classloader of its parent buildscript
annoying how it's kind of implicit (doesn't show up in
./gradlew buildEnvironment
, would be really nice to see explicitly) but that's how it is
k
annoying how it's kind of implicit (doesn't show up in
./gradlew buildEnvironment
, would be really nice to see explicitly) but that's how it is
Ah, that probably explains why my
printClasspath
also reports wrong version of Jackson. The issue you've mentioned was closed with "This is the implemented behavior, and there’s no plan to change it", but it would be great indeed to get correct versions reported with
buildEnvironment
. @ephemient thank you for your comments!