File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
buildSrc/src/main/groovy/org/elasticsearch/gradle/vagrant Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ class VagrantTestPlugin implements Plugin<Project> {
217217 // Now we iterate over dependencies of the bats configuration. When a project dependency is found,
218218 // we bring back its own archives, test files or test utils.
219219 project. afterEvaluate {
220- project. configurations. bats. dependencies. findAll {it. configuration == BATS }. each { d ->
220+ project. configurations. bats. dependencies. findAll {it. targetConfiguration == BATS }. each { d ->
221221 if (d instanceof DefaultProjectDependency ) {
222222 DefaultProjectDependency externalBatsDependency = (DefaultProjectDependency ) d
223223 Project externalBatsProject = externalBatsDependency. dependencyProject
You can’t perform that action at this time.
0 commit comments