Clément Fournier 544f9c0c1b [scala] Fix build of pmd-scala-common
The project doesn't compile as it is
missing dependencies that are provided
in its children modules (version-specific
scala modules). This disables the java
compilation.
2022-04-02 23:46:23 +02:00
..
2022-02-25 19:50:50 +01:00
2022-04-02 23:46:23 +02:00
2020-06-07 11:52:10 +02:00

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.