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

com.github.ksoichiro.web.resource.extension.LibraryProcessor.groovy Maven / Gradle / Ivy

package com.github.ksoichiro.web.resource.extension

class LibraryProcessor extends WebResourceProcessor {
    List excludeFromClean
    boolean cleanOnUpdate

    LibraryProcessor(String dest) {
        super(null, dest)
        excludeFromClean = []
        cleanOnUpdate = true
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy