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

main.name.remal.gradle_plugins.dsl.EnvironmentVariableCondition Maven / Gradle / Ivy

The newest version!
package name.remal.gradle_plugins.dsl;

import org.gradle.api.Project;

@FunctionalInterface
public interface EnvironmentVariableCondition {

    boolean test(Project project);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy