Kotlin Project Script Template
Base class for Gradle Kotlin DSL standalone Project scripts IDE support, aka. build scripts.
Since
8.1
Functions
Configures the build script classpath for this project.
Copies the specified files.
Deletes files and directories.
Deletes the specified files.
Executes an external command.
Creates a ConfigurableFileCollection containing the given files.
Creates a new ConfigurableFileTree using the given base directory.
The ScriptHandler for this script.
Executes an external Java process.
Configures the plugin dependencies for this project.
Returns the relative path from this script's target base directory to the given path.
Properties
The LoggingManager which can be used to receive logging and to control the standard output/error capture for this script. By default, System.out
is redirected to the Gradle logging system at the QUIET
log level, and System.err
is redirected at the ERROR
log level.
Provides access to resource-specific utility methods, for example factory methods that create various resources.