Class JavaPlatformPlugin

java.lang.Object
org.gradle.api.plugins.JavaPlatformPlugin
All Implemented Interfaces:
Plugin<Project>

public abstract class JavaPlatformPlugin extends Object implements Plugin<Project>
The Java platform plugin allows building platform components for Java, which are usually published as BOM files (for Maven) or Gradle platforms (Gradle metadata).
Since:
5.2
See Also:
  • Field Details

  • Constructor Details

  • 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