In 2.1.x and 2.2.x, the Gradle plugin is a separate Gradle build but it has no settings.gradle
. This results in Gradle searching upwards for build configuration. We should prevent this from happening by adding an empty settings.gradle
file.
In 2.1.x and 2.2.x, the Gradle plugin is a separate Gradle build but it has no settings.gradle
. This results in Gradle searching upwards for build configuration. We should prevent this from happening by adding an empty settings.gradle
file.