Package org.gradle


@NonNullApi package org.gradle
Classes for embedding Gradle.
  • Class
    Description
    A BuildListener adapter class for receiving build events.
    A BuildListener is notified of the major lifecycle events as a build is executed.
    A BuildResult packages up the result of a build.
    StartParameter defines the configuration used by a Gradle instance to execute a build.
    A request to execute some tasks, along with an optional project path context to provide information necessary to select the tasks