META-INF.plugin.groovy Maven / Gradle / Ivy
The newest version!
project{
targets{
doResources{
/*
* This ant task element is the groovy ant task that already exists in the ant project
* @param bean Fully qualified delegate class name
*/
groovy{
bean = "org.openscm.kundo.plugins.ResourceDelegate"
}
}
doTestResources{
/*
* This ant task element is the groovy ant task that already exists in the ant project
* @param bean Fully qualified delegate class name
*/
groovy{
bean = "org.openscm.kundo.plugins.ResourceDelegate"
pluginIdSuffix = "test"
}
}
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy