Class ScalaPlugin

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

public class ScalaPlugin extends Object implements Plugin<Project>

A Plugin which sets up a Scala project.

See Also:
  • Field Details

  • Constructor Details

    • ScalaPlugin

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