dev.gradleplugins.GradlePluginTestingStrategy 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;
/**
* A testing strategy for a Gradle plugin project test suite.
*
* @see GradlePluginSpockFrameworkTestSuite
*/
public interface GradlePluginTestingStrategy {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy