This message was deleted.
# dependency-management
s
This message was deleted.
1
v
Which JetBrains slack provides product support? Is that new? If you mean the "JetBrains platform" one, that is for plugin development questions and if you ask product support questions you are most likely redirected to the support page.
😢 1
Regarding the question, do you have an MCVE? I usually configure the projects properly so no project substitution is necessary and at least then never had similar problems.
f
Sorry, no MCVE for this. I’ll see about creating one when I have time. I’d like to not have to use substitution, but am in situation where it’s either that or a ton of code duplication as our packaging logic is needed at runtime, but also for our buildSrc. To get the build order correctly, the only way I could find was to do it this way. But then you haven’t heard of this being a general problem at least?
v
No, I didn't. But I guess most often composite builds are used without manual substitution rules, so it could very well be a problem when using them that just not bubbled up.
f
I managed to create a MCVE where I could reproduce some issues, not sure if you are interested in trying them out yourself though. https://github.com/FritjofH/CompositeSubstitution Otherwise I’ll go ahead and submit it to JetBrains at some point tomorrow.
Seems like it was a misspelling that caused the new issues I saw, but the original one I would assume lie within our custom dependency resolution plugin
👌 1