|
@@ -490,8 +490,9 @@ public class ProjectHelper { |
|
|
task.init(); |
|
|
task.init(); |
|
|
wrapper = task.getRuntimeConfigurableWrapper(); |
|
|
wrapper = task.getRuntimeConfigurableWrapper(); |
|
|
wrapper.setAttributes(attrs); |
|
|
wrapper.setAttributes(attrs); |
|
|
if (parentWrapper != null) |
|
|
|
|
|
parentWrapper.addChild(wrapper); |
|
|
|
|
|
|
|
|
if (parentWrapper != null) { |
|
|
|
|
|
parentWrapper.addChild(wrapper); |
|
|
|
|
|
} |
|
|
} else { |
|
|
} else { |
|
|
task.init(); |
|
|
task.init(); |
|
|
configure(task, attrs, project); |
|
|
configure(task, attrs, project); |
|
|