Skip to content

[1.x] fix: Fix sbt --client on Windows #8071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 17, 2025
Merged

Conversation

eed3si9n
Copy link
Member

Fixes #8064

Problem

sbt --client doens't work on Windows because the runner script passes itself to the server, but it's unable to launch Bash script.

Solution

Pass in the bat version instead on Windows.

**Problem**
sbt --client doens't work on Windows because the runner script
passes itself to the server, but it's unable to launch Bash script.

**Solution**
Pass in the bat version instead on Windows.
@eed3si9n eed3si9n merged commit 4fe6384 into sbt:1.10.x Mar 17, 2025
9 checks passed
@eed3si9n eed3si9n deleted the wip/windows branch March 17, 2025 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sbtn cannot start server on Windows GH action
1 participant