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

cc.catalysts.gradle.plugins.css.PreprocessorTask.groovy Maven / Gradle / Ivy

The newest version!
package cc.catalysts.gradle.plugins.css

import org.gradle.api.DefaultTask
import org.gradle.api.file.FileTree
import org.gradle.api.tasks.Input

/**
 * @author Catalysts GmbH, www.catalysts.cc
 */
class PreprocessorTask extends DefaultTask {

    @Input
    FileTree sourceFiles

    @Input
    File outputDirectory

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy