name.remal.gradle_plugins.toolkit.AbstractArchiveTaskUtilsMethods Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toolkit Show documentation
Show all versions of toolkit Show documentation
Remal Gradle plugins: toolkit: toolkit
package name.remal.gradle_plugins.toolkit;
import java.io.File;
import javax.annotation.Nullable;
import org.gradle.api.tasks.bundling.AbstractArchiveTask;
interface AbstractArchiveTaskUtilsMethods {
@Nullable
File getArchiveFile(AbstractArchiveTask task);
}