-
Notifications
You must be signed in to change notification settings - Fork 937
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
-batch option doesn't work with OpenJDK-22/23 #7091
Comments
@Friendseeker Have you tried to store an output in a file yet? I have a lot of Please see them in this branch. All is fine with runs on JDK-17/21, but output from JDK-24 (and later JDK-22/23) contains a lot of them: |
Thanks for the info Reproducible on sbt 1.10.4 & JDK 23 & Windows 11 (running
Not reproducible on latest sbt snapshot build (4835812) & JDK 23 & Windows 11
(Ignore the ΓÇ», it is a different but related issue that also a pending PR fix). I think #7843 specifically fixed the issue. #7843 fixed sbt's detection of physical terminal on JDK22+. Basically JDK22+ started to create |
steps
Run any multi-module project with
-batch
optionproblem
Sbt prints control symbols to the console
expectation
No control symbols
The text was updated successfully, but these errors were encountered: