Class ContinuousExecPlugin
- java.lang.Object
-
- io.github.bennofs.gradle.continuous.ContinuousExecPlugin
-
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class ContinuousExecPlugin extends java.lang.Object implements org.gradle.api.Plugin<org.gradle.api.Project>Gradle plugin that provides theContinuousJavaExectask. The plugin itself doesn't alter the project, but this class is required for a valid gradle plugin.
-
-
Constructor Summary
Constructors Constructor Description ContinuousExecPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(org.gradle.api.Project project)
-