We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc50c28 commit a626021Copy full SHA for a626021
vendor/gradle-plugin/settings.gradle
@@ -2,7 +2,7 @@ import groovy.json.JsonSlurper
2
3
4
def getProjectRoot = { ->
5
- def projectRoot = "$rootDir/../../../"
+ def projectRoot = "$rootDir/../../"
6
if (System.getProperties().projectRoot != null) {
7
projectRoot = System.getProperties().projectRoot
8
}
0 commit comments