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 - 2025 Weber Informatics LLC | Privacy Policy