Package custom_jfx_plugin
Class CustomJfxPlugin
java.lang.Object
custom_jfx_plugin.CustomJfxPlugin
- All Implemented Interfaces:
org.gradle.api.Plugin<org.gradle.api.Project>
public class CustomJfxPlugin
extends Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(@NotNull org.gradle.api.Project project) Apply this plugin to the given target object.
-
Constructor Details
-
CustomJfxPlugin
public CustomJfxPlugin()
-
-
Method Details
-
apply
public void apply(@NotNull @NotNull org.gradle.api.Project project) Apply this plugin to the given target object.- Specified by:
applyin interfaceorg.gradle.api.Plugin<org.gradle.api.Project>- Parameters:
project- The target object
-