mirror of https://github.com/sbt/sbt.git
Merge pull request #3815 from dwijnand/drop-0.14-references
Drop 0.14.0 references
This commit is contained in:
commit
bff933aceb
|
|
@ -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._
|
||||
|
|
|
|||
Loading…
Reference in New Issue