mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 06:23:29 +02:00
Cut size of final jar by 300k.
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ object Using extends NotNull
|
||||
|
||||
object Copy
|
||||
{
|
||||
def apply(files: Seq[File], toDirectory: File): Unit = files.foreach(file => apply(file, toDirectory))
|
||||
def apply(files: List[File], toDirectory: File): Unit = files.foreach(file => apply(file, toDirectory))
|
||||
def apply(file: File, toDirectory: File)
|
||||
{
|
||||
toDirectory.mkdirs()
|
||||
|
||||
Reference in New Issue
Block a user