Class ScalaBasePlugin

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

public class ScalaBasePlugin extends Object implements Plugin<Project>

A Plugin which compiles and tests Scala sources.

  • Field Details

  • Constructor Details

    • ScalaBasePlugin

      @Inject public ScalaBasePlugin(org.gradle.api.internal.file.SourceDirectorySetFactory sourceDirectorySetFactory)
  • 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