How to do a Gradle setup for flat projects with no physical root
问题 . . We are migrating to Rational Team Concert (RTC) and want to leverage its 'component' definitions. Components used in a stream result in a local scm workspace which is flat and its physical root is not in scm, like this: |- workspace-name | component1 | component2 <empty> Files in source code only exist in component folders, workspace-name is just a filesystem parent so unless I copied code into there at build time, it is empty of build files or code. I found numerous good questions and