Test: Fix repro line for platformTest (#24095)

This was accidentally being added to packagingTest, which then had two
repro lines.
This commit is contained in:
Ryan Ernst 2017-04-13 14:17:11 -07:00 committed by GitHub
parent 0afcaf5627
commit 13489ff3a7
1 changed files with 2 additions and 2 deletions

View File

@ -477,10 +477,10 @@ class VagrantTestPlugin implements Plugin<Project> {
}
}
}
packaging.doFirst {
platform.doFirst {
project.gradle.addListener(platformReproListener)
}
packaging.doLast {
platform.doLast {
project.gradle.removeListener(platformReproListener)
}
if (project.extensions.esvagrant.boxes.contains(box)) {