Class AssemblerPlugin
java.lang.Object
org.gradle.language.assembler.plugins.AssemblerPlugin
@Incubating
@Deprecated
public abstract class AssemblerPlugin
extends Object
implements Plugin<Project>
Deprecated.
A plugin for projects wishing to build native binary components from Assembly language sources.
Automatically includes the AssemblerLangPlugin for core Assembler support and the NativeComponentModelPlugin for native component support.
- Creates a
Assembletask for eachAssemblerSourceSetto assemble the sources.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AssemblerPlugin
public AssemblerPlugin()Deprecated.
-
-
Method Details
-
apply
-
cpp-application,cpp-library,swift-application,swift-library,xctest) instead.