Language to analyze.
Language to analyze. Defaults to Scala.
Note: There's currently no specific Scala tokenizer implemented in CPD. Using Scala
as language will default to the "AnyLanguage" tokenizer. If you want Scala specifically,
extend the CPD tokenizers!
Maximum amount of memory to allow for CPD (in MB).
Maximum amount of memory to allow for CPD (in MB). Defaults to 512.
Minimum number of tokens of potential duplicates.
Minimum number of tokens of potential duplicates. Defaults to 100.
Report file encoding.
Report file encoding. Defaults to "utf-8".
Name of the report file to generate.
Name of the report file to generate. Defaults to "cpd.xml"
Type of CPD report.
Type of CPD report. Defaults to XML.
Source files to analyze.
Source files to analyze. Defaults to unmanagedSourceDirectories.
Source file encoding.
Source file encoding. Defaults to "utf-8".
Output path for CPD reports.
Output path for CPD reports. Defaults to target / "cpd".