Little digging this messes with multi-project builds that use different variants of the same artifact version.
Specifically our MDKExamples repo, One project has a access transformer, and another doesn't.
I am not sure how to best address this, be it just changing the code to getProject instead of getRootProject or changing how we aggregate the MDKExamples repos to test.
Little digging this messes with multi-project builds that use different variants of the same artifact version.
Specifically our MDKExamples repo, One project has a access transformer, and another doesn't.
I am not sure how to best address this, be it just changing the code to
getProjectinstead ofgetRootProjector changing how we aggregate the MDKExamples repos to test.