File tree Expand file tree Collapse file tree
bloop-rifle/src/bloop/rifle Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,10 @@ object BloopRifle {
4848 config.classPath(version) match {
4949 case Left (ex) => Future .failed(new Exception (" Error getting Bloop class path" , ex))
5050 case Right ((cp, isScalaCliBloop)) =>
51+ logger.info(" Starting compilation server" )
52+ logger.debug(
53+ s " Starting Bloop $version at ${config.address.render} using JVM $bloopJava"
54+ )
5155 object IntValue {
5256 def unapply (s : String ): Option [Int ] =
5357 // no String.toIntOption in Scala 2.12.x
Original file line number Diff line number Diff line change @@ -69,8 +69,6 @@ object BloopServer {
6969 ): BloopRifle .BloopServerRuntimeInfo = {
7070 val workdir = new File (" ." ).getCanonicalFile.toPath
7171 def startBloop (bloopVersion : String , bloopJava : String ) = {
72- logger.info(" Starting compilation server" )
73- logger.debug(s " Starting Bloop $bloopVersion at ${config.address.render} using JVM $bloopJava" )
7472 val fut = BloopRifle .startServer(
7573 config,
7674 startServerChecksPool,
You can’t perform that action at this time.
0 commit comments