Class WindowsResourcesPlugin

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

@Incubating public class WindowsResourcesPlugin extends Object implements Plugin<Project>
A plugin for projects wishing to build native binary components from Windows Resource sources.

Automatically includes the WindowsResourceScriptPlugin for core Windows Resource source support and the NativeComponentPlugin for native component support.

  • Constructor Details

    • WindowsResourcesPlugin

      public WindowsResourcesPlugin()
  • 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