Drop 0.14.0 references

Fixes #3411
This commit is contained in:
Dale Wijnand 2017-12-15 15:44:21 +00:00
parent aeb09fcbf4
commit fa2c48ed84
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ object PluginDiscovery {
new DiscoveredNames(discover[AutoPlugin], discover[BuildDef])
}
// TODO: for 0.14.0, consider consolidating into a single file, which would make the classpath search 4x faster
// TODO: consider consolidating into a single file, which would make the classpath search 4x faster
/** Writes discovered module `names` to zero or more files in `dir` as per [[writeDescriptor]] and returns the list of files written. */
def writeDescriptors(names: DiscoveredNames, dir: File): Seq[File] = {
import Paths._