Class AssemblerLangPlugin
- java.lang.Object
-
- org.gradle.language.assembler.plugins.AssemblerLangPlugin
-
@Incubating public abstract class AssemblerLangPlugin extends java.lang.Object implements Plugin<Project>
Adds core Assembler language support.
-
-
Constructor Summary
Constructors Constructor Description AssemblerLangPlugin()
-
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.
-