Build: move dependency so it works in 5.x

Relates to #24561
This commit is contained in:
Nik Everett 2017-05-11 10:17:36 -04:00
parent 6ea2ae32b8
commit 9953a96143
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ for (String version : ['2', '1', '090']) {
unzip.temporaryDir,
version == '090'
}
integTestCluster.dependsOn fixture
integTest.dependsOn fixture
integTestRunner {
/* Use a closure on the string to delay evaluation until right before we
* run the integration tests so that we can be sure that the file is ready.