Kotlin Gradle Script Template
Base class for Gradle Kotlin DSL standalone Gradle scripts IDE support, aka. init scripts.
This class has the Incubating-level compatibility guarantees but is not annotated as such to avoid Unstable API warnings caused by the IDE using this class as the Kotlin DSL script template. When the IDE chooses to use this script template, there is no direct usage of an incubating API by the build author, but usages of the members are still reported as unstable API usages. See: issue 34820.
Since
8.1
Constructors
Properties
Functions
Copies the specified files.
Creates a {@link CopySpec} which can later be used to copy files or create an archive.
Deletes the specified files.
Deletes files and directories.
The ScriptHandler for this script.
Returns the relative path from this script's target base directory to the given path.