Skip to content

Commit

Permalink
Import only some projects to intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Aug 10, 2020
1 parent c5f2428 commit 547ba7a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 37 deletions.
73 changes: 37 additions & 36 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
publishArtifacts,
releaseStepCommand("sonatypeBundleRelease"),
pushChanges
)
),
ideSkipProject := (scalaVersion.value == scala2_13)
)

def dependenciesFor(version: String)(deps: (Option[(Long, Long)] => ModuleID)*): Seq[ModuleID] =
Expand All @@ -73,41 +74,41 @@ lazy val rootProject = (project in file("."))
.settings(publishArtifact := false, name := "tapir")
.aggregate(
core.projectRefs ++
cats.projectRefs ++
enumeratum.projectRefs ++
refined.projectRefs ++
zio.projectRefs ++
circeJson.projectRefs ++
jsoniterScala.projectRefs ++
playJson.projectRefs ++
sprayJson.projectRefs ++
uPickleJson.projectRefs ++
tethysJson.projectRefs ++
openapiModel.projectRefs ++
openapiCirce.projectRefs ++
openapiCirceYaml.projectRefs ++
openapiDocs.projectRefs ++
swaggerUiAkka.projectRefs ++
redocAkka.projectRefs ++
swaggerUiHttp4s.projectRefs ++
redocHttp4s.projectRefs ++
swaggerUiFinatra.projectRefs ++
swaggerUiPlay.projectRefs ++
redocPlay.projectRefs ++
serverTests.projectRefs ++
akkaHttpServer.projectRefs ++
http4sServer.projectRefs ++
sttpStubServer.projectRefs ++
finatraServer.projectRefs ++
finatraServerCats.projectRefs ++
playServer.projectRefs ++
vertxServer.projectRefs ++
zioServer.projectRefs ++
sttpClient.projectRefs ++
tests.projectRefs ++
examples.projectRefs ++
playground.projectRefs ++
documentation.projectRefs: _*
cats.projectRefs ++
enumeratum.projectRefs ++
refined.projectRefs ++
zio.projectRefs ++
circeJson.projectRefs ++
jsoniterScala.projectRefs ++
playJson.projectRefs ++
sprayJson.projectRefs ++
uPickleJson.projectRefs ++
tethysJson.projectRefs ++
openapiModel.projectRefs ++
openapiCirce.projectRefs ++
openapiCirceYaml.projectRefs ++
openapiDocs.projectRefs ++
swaggerUiAkka.projectRefs ++
redocAkka.projectRefs ++
swaggerUiHttp4s.projectRefs ++
redocHttp4s.projectRefs ++
swaggerUiFinatra.projectRefs ++
swaggerUiPlay.projectRefs ++
redocPlay.projectRefs ++
serverTests.projectRefs ++
akkaHttpServer.projectRefs ++
http4sServer.projectRefs ++
sttpStubServer.projectRefs ++
finatraServer.projectRefs ++
finatraServerCats.projectRefs ++
playServer.projectRefs ++
vertxServer.projectRefs ++
zioServer.projectRefs ++
sttpClient.projectRefs ++
tests.projectRefs ++
examples.projectRefs ++
playground.projectRefs ++
documentation.projectRefs: _*
)

// core
Expand Down
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.5.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.4")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.2")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.5.2")
addSbtPlugin("org.jetbrains" % "sbt-ide-settings" % "1.0.0")

0 comments on commit 547ba7a

Please sign in to comment.