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:
parent
0afcaf5627
commit
13489ff3a7
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue