Single Message Logger
Deprecated
This class is only here to maintain binary compatibility with existing plugins.
Deprecated
Will be removed in Gradle 9.0.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun deprecateConfiguration(configurationType: String): DeprecationMessageBuilder.ConfigurationDeprecationTypeSelector
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun deprecateInvocation(methodWithParams: String): DeprecationMessageBuilder.DeprecateInvocation
Link copied to clipboard
open fun deprecateMethod(methodClass: Class<out Any>, methodWithParams: String): DeprecationMessageBuilder.DeprecateMethod
Link copied to clipboard
open fun deprecateNamedParameter(parameter: String): DeprecationMessageBuilder.DeprecateNamedParameter
Link copied to clipboard
Link copied to clipboard
open fun deprecateProperty(propertyClass: Class<out Any>, property: String): DeprecationMessageBuilder.DeprecateProperty
Link copied to clipboard
open fun deprecateSystemProperty(systemProperty: String): DeprecationMessageBuilder.DeprecateSystemProperty
Link copied to clipboard
Link copied to clipboard
open fun deprecateTaskType(task: Class<out Any>, path: String): DeprecationMessageBuilder.DeprecateTaskType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun init(warningMode: WarningMode, buildOperationProgressEventEmitter: BuildOperationProgressEventEmitter, problemsService: Problems, problemStream: ProblemStream)
Link copied to clipboard
Link copied to clipboard
open fun warnOfChangedBehaviour(behaviour: String, advice: String): DeprecationMessageBuilder.WithDeprecationTimeline
Link copied to clipboard
Link copied to clipboard