dev.gradleplugins.JavaGradlePluginDevelopmentExtension 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;
public interface JavaGradlePluginDevelopmentExtension {
void withSourcesJar();
void withJavadocJar();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy