abc230c637
* Avoid using symlinks, this is very difficult to get working under Windows * Provide names for the different scala modules * Rename pmd-scala to pmd-scala-common * Restore main module pmd-scala for backwards compatibility
9 lines
283 B
Markdown
9 lines
283 B
Markdown
# pmd-scala-common
|
|
|
|
Contains shared code for the pmd-scala_2.12 and pmd-scala_2.13 modules.
|
|
|
|
It is not a module in itself, since it needs to be used while cross-compiling
|
|
with a specific scala version.
|
|
|
|
It should be source compatible with the oldest scala version we are supporting.
|