mirror of https://github.com/sbt/sbt.git
fix: recursive copying needs "/E" option
This commit is contained in:
parent
ef8011df0d
commit
fb30f81f89
|
|
@ -151,7 +151,7 @@ if /I "%JAVA_VERSION%" GEQ "1.8" (
|
|||
if not exist %PRELOAD_SBT_JAR% (
|
||||
if exist "%SBT_HOME%\..\lib\local-preloaded\" (
|
||||
echo 'about to robocopy'
|
||||
robocopy "%SBT_HOME%\..\lib\local-preloaded\" "%UserProfile%\.sbt\preloaded"
|
||||
robocopy "%SBT_HOME%\..\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue