Class AssemblerPlugin

java.lang.Object
org.gradle.language.assembler.plugins.AssemblerPlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class AssemblerPlugin extends 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 the NativeComponentPlugin for native component support.

  • Constructor Details

    • AssemblerPlugin

      public AssemblerPlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object