io.freefair.gradle.plugins.compress.tasks.CompressorWorkParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compress-plugin Show documentation
Show all versions of compress-plugin Show documentation
Collection of Apache Commons Compress related Gradle plugins
package io.freefair.gradle.plugins.compress.tasks;
import org.gradle.api.file.RegularFileProperty;
import org.gradle.workers.WorkParameters;
@SuppressWarnings("UnstableApiUsage")
public interface CompressorWorkParameters extends WorkParameters {
RegularFileProperty getSourceFile();
RegularFileProperty getTargetFile();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy