Package com.robothy.gradle.plugin
Class TestJarPlugin
java.lang.Object
com.robothy.gradle.plugin.TestJarPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
Plugin to test classes from jars.
-
Field Details
-
TEST_CLASSIFIER
Test classifier of an artifact.- See Also:
-
TEST_JAR_CONFIGURATION_NAME
configuration testJar- See Also:
-
-
Constructor Details
-
TestJarPlugin
public TestJarPlugin()
-
-
Method Details
-
apply
public void apply(org.gradle.api.Project project) - Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>
-