Class AssemblerPlugin
- java.lang.Object
-
- org.gradle.language.assembler.plugins.AssemblerPlugin
-
@Incubating public abstract class AssemblerPlugin extends java.lang.Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from Assembly language sources.Automatically includes the
AssemblerLangPlugin
for core Assembler support and theNativeComponentPlugin
for native component support.- Creates a
Assemble
task for eachAssemblerSourceSet
to assemble the sources.
- Creates a
-
-
Constructor Summary
Constructors Constructor Description AssemblerPlugin()
-
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.
-