GradleDeprecations

data class GradleDeprecations(@Json(name = "deprecations") val deprecations: List<GradleDeprecationEntry>? = null)

Parameters

deprecations

A list of Gradle Build Tool deprecations with details and usage information. null if deprecation capturing is not supported.

Constructors

Link copied to clipboard
constructor(@Json(name = "deprecations") deprecations: List<GradleDeprecationEntry>? = null)

Properties

Link copied to clipboard