All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xmlcalabash.XMLCalabashExecPlugin.groovy Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show 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 - 2024 Weber Informatics LLC | Privacy Policy