Skip to content

Commit

Permalink
add doc for optSetBuildTool
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Dec 18, 2023
1 parent 253a171 commit 67269f0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ class BspConnector(
}
}

/**
* Looks for a build tool matching the chosen build server, and sets it as the chosen build server.
* Only for `bloop` there will be no matching build tool and the previously chosen one remains.
*/
private def optSetBuildTool(buildServerName: String): Unit =
buildTools.loadSupported
.find {
Expand Down

0 comments on commit 67269f0

Please sign in to comment.