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

dev.gradleplugins.runnerkit.providers.GradleExecutionCommandLineProvider Maven / Gradle / Ivy

There is a newer version: 0.0.148
Show newest version
package dev.gradleplugins.runnerkit.providers;

import java.util.List;

public interface GradleExecutionCommandLineProvider {
    List getAsArguments();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy