Gradle Plugin
constructor(@Json(name = "className" ) className: String, @Json(name = "projects" ) projects: List<String>, @Json(name = "id" ) id: String? = null, @Json(name = "version" ) version: String? = null)
Parameters
class Name
The fully qualified class name of the plugin.
projects
The paths of the projects where the plugin is applied. Will always be an array of size 1 for a single project build.
id
The plugin ID. May be null
.
version
The plugin version. May be null
.