com.xmlcalabash.XMLCalabashExecPlugin.groovy Maven / Gradle / Ivy
package com.xmlcalabash
import org.gradle.api.Project
import org.gradle.api.Plugin
class XMLCalabashExecPlugin implements Plugin {
void apply(Project target) {
target.task('comXmlCalabashExec', type: XMLCalabashExec)
}
}