File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ ThisBuild / dynverSeparator := "-"
77
88ThisBuild / scalafixDependencies += " com.github.liancheng" %% " organize-imports" % " 0.6.0"
99
10- ThisBuild / versionScheme := Some (" early-semver" )
11-
1210// Add hook for scalafmt validation
1311Global / onLoad ~= { old =>
1412 if (! scala.util.Properties .isWin) {
@@ -288,6 +286,7 @@ lazy val launcherTest = project
288286 .dependsOn(launcher, frontend % " test->test" )
289287 .settings(
290288 name := " bloop-launcher-test" ,
289+ (publish / skip) := true ,
291290 scalafixSettings,
292291 testSuiteSettings,
293292 (Test / fork) := true ,
@@ -451,20 +450,22 @@ lazy val twitterIntegrationProjects = project
451450 )
452451
453452val allProjects = Seq (
454- bloopShared,
455453 backend,
456- frontend,
457454 benchmarks,
458- sbtBloop,
459- nativeBridge04,
455+ bloopgun,
456+ bloopgun213,
457+ bloopShared,
458+ buildpress,
459+ buildpressConfig,
460+ frontend,
460461 jsBridge06,
461462 jsBridge1,
462463 launcher,
463464 launcher213,
464465 launcherTest,
465- sockets ,
466- bloopgun ,
467- bloopgun213
466+ nativeBridge04 ,
467+ sbtBloop ,
468+ sockets
468469)
469470
470471val allProjectReferences = allProjects.map(p => LocalProject (p.id))
You can’t perform that action at this time.
0 commit comments