Port sbt client

This commit is contained in:
Eugene Yokota 2022-01-30 13:32:58 -05:00
parent 1459b8a79d
commit c3d7be0e04
1 changed files with 0 additions and 2 deletions

View File

@ -191,7 +191,6 @@ lazy val sbtRoot: Project = (project in file("."))
mainProj,
sbtProj,
bundledLauncherProj,
sbtClientProj,
)).map(p => LocalProject(p.id)): _*
)
.settings(
@ -1139,7 +1138,6 @@ lazy val sbtClientProj = (project in file("client"))
.dependsOn(commandProj)
.settings(
commonBaseSettings,
scalaVersion := "2.12.11", // The thin client does not build with 2.12.12
publish / skip := true,
name := "sbt-client",
mimaPreviousArtifacts := Set.empty,