mirror of https://github.com/sbt/sbt.git
commit
5a91334147
|
|
@ -104,16 +104,16 @@ if not exist build.sbt (
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
if defined JVM_DEBUG_PORT (
|
|
||||||
set _JAVA_OPTS=!_JAVA_OPTS! -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=!JVM_DEBUG_PORT!
|
|
||||||
)
|
|
||||||
|
|
||||||
call :process
|
call :process
|
||||||
|
|
||||||
call :checkjava
|
call :checkjava
|
||||||
|
|
||||||
call :copyrt
|
call :copyrt
|
||||||
|
|
||||||
|
if defined JVM_DEBUG_PORT (
|
||||||
|
set _JAVA_OPTS=!_JAVA_OPTS! -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=!JVM_DEBUG_PORT!
|
||||||
|
)
|
||||||
|
|
||||||
call :sync_preloaded
|
call :sync_preloaded
|
||||||
|
|
||||||
call :run %SBT_ARGS%
|
call :run %SBT_ARGS%
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue