val preserve: PatternFilterable
Preserve patterns will used be excluded or included files. Installed files will preserved.
fun preserve(closure: Closure<Any>): Unit
Configures the preserve pattern set.
closure - the configuration closure.
fun preserve(action: Action<in PatternFilterable>): Unit
Configures the preserve pattern set.