Class CUnitConventionPlugin
- java.lang.Object
-
- org.gradle.nativeplatform.test.cunit.plugins.CUnitConventionPlugin
-
@Incubating public abstract class CUnitConventionPlugin extends java.lang.Object implements Plugin<Project>
A plugin that applies theCUnitPlugin
and adds conventions on top of it.
-
-
Constructor Summary
Constructors Constructor Description CUnitConventionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-