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

io.freefair.gradle.plugins.compress.SevenZipPlugin Maven / Gradle / Ivy

There is a newer version: 8.11
Show newest version
package io.freefair.gradle.plugins.compress;

import io.freefair.gradle.plugins.compress.tasks.SevenZip;
import org.gradle.api.Plugin;
import org.gradle.api.Project;

/**
 * @author Lars Grefer
 */
public class SevenZipPlugin implements Plugin {
    @Override
    public void apply(Project project) {
        project.getExtensions().getExtraProperties().set(
                SevenZip.class.getSimpleName(),
                SevenZip.class
        );
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy