Packages

package gradle

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class BloopParameters extends AnyRef

    Project extension to configure Bloop.

    Project extension to configure Bloop.

    For each property we have a private variable and a set of interface functions to support convenient access from Scala, Java and the Groovy DSL.

    From the build definitions it can be used like the following:

    bloop {
      targetDir "$projectDir/.bloop"
      compilerName "scala-compiler"
    }
  2. final class BloopPlugin extends Plugin[Project]

    Main entry point of the gradle bloop plugin.

    Main entry point of the gradle bloop plugin.

    The bloop plugin defines two tasks:

    1. configureBloopInstall: responsible to set up the environment and force artifact resolution. 2. bloopInstall: responsible of generating the bloop config files from the configured data.

    The second task depends on the first one so that this data dependency is always met.

Value Members

  1. object syntax

Ungrouped