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
Vampire
01/03/2023, 8:50 AM
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
Fritjof Höst
01/03/2023, 10:47 AM
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
Vampire
01/03/2023, 3:46 PM
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
Fritjof Höst
01/04/2023, 6:37 PM
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