Skip to content

Commit

Permalink
Use cross directories for cross projects (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Sep 9, 2021
1 parent 59bb8ad commit 751ec0b
Show file tree
Hide file tree
Showing 385 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ val jvm = JVMPlatform

lazy val common = crossProject(platforms: _*)
.withoutSuffixFor(jvm)
.crossType(CrossType.Pure)
.in(file("common"))
.settings(name := "specs2-common", commonSettings, depends.scalacheckTest, depends.sbt)
.jvmSettings(commonJvmSettings)
Expand All @@ -89,7 +88,6 @@ lazy val common = crossProject(platforms: _*)

lazy val core = crossProject(platforms: _*)
.withoutSuffixFor(jvm)
.crossType(CrossType.Pure)
.in(file("core"))
.settings(name := "specs2-core", commonSettings, depends.junitTest)
.jvmSettings(commonJvmSettings)
Expand Down Expand Up @@ -152,7 +150,6 @@ lazy val markdown = project

lazy val matcher = crossProject(platforms: _*)
.withoutSuffixFor(jvm)
.crossType(CrossType.Pure)
.in(file("matcher"))
.settings(name := "specs2-matcher", commonSettings)
.jvmSettings(commonJvmSettings)
Expand All @@ -161,7 +158,6 @@ lazy val matcher = crossProject(platforms: _*)

lazy val matcherExtra = crossProject(platforms: _*)
.withoutSuffixFor(jvm)
.crossType(CrossType.Pure)
.in(file("matcher-extra"))
.settings(name := "specs2-matcher-extra", commonSettings, depends.scalaParser)
.jvmSettings(commonJvmSettings)
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 751ec0b

Please sign in to comment.