- applies a more strict finalize rule for any antfixture executed in the build - Related to #66377
@@ -231,6 +231,7 @@ class AntFixture extends AntTask implements Fixture {
stop.configure {
it.fixture = fixture
}
+ fixture.finalizedBy(stop)
return stop