GradleDeprecationEntry

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.

removalDetails

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.

documentationUrl

The external url pointing to some documentation about the deprecation. null for older Gradle/plugin combination or certain deprecation notices.