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

dev.gradleplugins.GradlePluginDevelopmentCompatibilityExtension Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
package dev.gradleplugins;

import org.gradle.api.provider.Property;

public interface GradlePluginDevelopmentCompatibilityExtension {
    Property getMinimumGradleVersion();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy