get Analysis Files
Source of analysis mapping files for incremental Scala compilation.
An analysis mapping file is produced by each AbstractScalaCompile task. This file contains paths to the jar containing compiled Scala classes and the Scala compiler analysis file for that jar. The Scala compiler uses this information to perform incremental compilation of Scala sources.
Return
collection of analysis mapping files.
Since
4.10.1