-
Notifications
You must be signed in to change notification settings - Fork 950
Closed
Labels
Description
JDK 17
PS D:\Repos\dependency-report-plugin> java --version
java 17.0.6 2023-01-17 LTS
Java(TM) SE Runtime Environment (build 17.0.6+9-LTS-190)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.6+9-LTS-190, mixed mode, sharing)
PS D:\Repos\dependency-report-plugin> sbtn
[info] entering *experimental* thin client - BEEP WHIRR
[info] server was not detected. starting an instance
[info] welcome to sbt 1.10.4 (Oracle Corporation Java 17.0.6)
JDK 23
PS D:\Repos\dependency-report-plugin> sbtn
[info] entering *experimental* thin client - BEEP WHIRR
[info] server was not detected. starting an instance
Oct 28, 2024 4:29:07 P.M. org.jline.utils.Log logr
WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
[info] welcome to sbt 1.10.4 (Oracle Corporation Java 23.0.1)
The smart features (tab completion, history) still works. It is just the warning.
Also only sbtn has the issue. sbt is fine.
While not the same issue as #7580, probably relates to it.