dev.gradleplugins.GradlePluginDevelopmentCompatibilityExtension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-plugin-development Show documentation
Show all versions of gradle-plugin-development Show documentation
Gradle plugin development plugins.
package dev.gradleplugins;
import org.gradle.api.provider.Property;
public interface GradlePluginDevelopmentCompatibilityExtension {
Property getMinimumGradleVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy