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

dev.gradleplugins.runnerkit.GradleExecutionResult Maven / Gradle / Ivy

The newest version!
package dev.gradleplugins.runnerkit;

public interface GradleExecutionResult {

    String getOutput();

    boolean isSuccessful();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy