
com.alexvasilkov.vcs.VcsProperties.groovy Maven / Gradle / Ivy
package com.alexvasilkov.vcs
@Singleton
class VcsProperties {
def dir
boolean cleanup = true
void apply(Closure closure) {
closure.delegate = this
closure()
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy