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

dev.gradleplugins.TaskView Maven / Gradle / Ivy

package dev.gradleplugins;

import org.gradle.api.Action;
import org.gradle.api.Task;

// TODO: Use Nokee's implementation
public interface TaskView {
    void configureEach(Action action);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy