org.paleozogt.gradle.zip.SymZipPlugin.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symzip-plugin Show documentation
Show all versions of symzip-plugin Show documentation
Gradle plugin for compressing/decompressing zip files with symbolic links
The newest version!
package org.paleozogt.gradle.zip
import org.gradle.api.Project
import org.gradle.api.Plugin
class SymZipPlugin implements Plugin {
void apply(Project project) {
}
}