
com.xmlcalabash.XMLCalabashExecPlugin.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle Show documentation
Show all versions of gradle Show documentation
A Gradle Plugin for XML Calabash 1.x
The newest version!
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)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy