Merge pull request #7824 from eed3si9n/wip/bsp-fix

fix: [1.x] Fixes BSP
This commit is contained in:
adpi2 2024-10-24 16:09:40 +02:00 committed by GitHub
commit 234781bc09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1127,7 +1127,6 @@ object NetworkClient {
sbtArguments += s"-Dsbt.script=$sbtScript"
}
}
if (!sbtArguments.contains("--server")) sbtArguments += "--server"
new Arguments(
base,
sbtArguments.toSeq,