Gradle Deprecation Entry
constructor(@Json(name = "summary" ) summary: String, @Json(name = "removalDetails" ) removalDetails: String, @Json(name = "usages" ) usages: List<GradleDeprecationUsage>, @Json(name = "advice" ) advice: String? = null, @Json(name = "documentationUrl" ) documentationUrl: String? = null)
Parameters
summary
The description of the deprecation.
removal Details
The details about when the deprecated feature will be removed from Gradle.
usages
List of usages of this deprecation.
advice
The advice on how to avoid using the deprecated feature. null
when no advice is available.
documentation Url
The external url pointing to some documentation about the deprecation. null
for older Gradle/plugin combination or certain deprecation notices.