In a multiproject, when running gradle commands like gradle shadowJar
within a subproject directory as the current working directory, Gradle mistakenly treats the subproject as a root project, and fails to import the parent project’s settings.
In the future, could Gradle please automatically search for parent projects, to prevent this oddity from happening?