mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 23:19:19 +02:00
Merge pull request #3815 from dwijnand/drop-0.14-references
Drop 0.14.0 references
This commit is contained in:
@@ -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._
|
||||
|
||||
Reference in New Issue
Block a user