AbiValidationLegacyDumpExtension
Use this extension to migrate ABI dumps that are stored in the legacy format (created by the Binary compatibility validator plugin) to the new ABI dump format.
Since
2.1.20
Properties
Link copied to clipboard
A provider for the task that compares actual dumps from the current code generated by the legacyDumpTaskProvider with dumps from referenceDumpDir.
Link copied to clipboard
A provider for the task that generates actual dumps from the current code.
Link copied to clipboard
Overwrite dumps in the referenceDumpDir directory with the actual dumps from KotlinLegacyAbiDumpTask.dumpDir for the current code.
Link copied to clipboard
The directory containing reference dumps that the dump generated from the current code is compared with by the legacyCheckTaskProvider task.