Skip to content

Commit

Permalink
organize build setting and cross build sources
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed May 13, 2024
1 parent 12b1208 commit 9ee3be2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 198 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Expand Up @@ -50,7 +50,6 @@ lazy val scalateUtil = scalateProject("util")
),
libraryDependencies ++= scalaTest.value.map(_ % Test),
Test / parallelExecution := false,
(Test / unmanagedSourceDirectories) += (Test / sourceDirectory).value / s"scala_${scalaBinaryVersion.value}",
)
.enablePlugins(MimaPlugin)

Expand All @@ -72,7 +71,6 @@ lazy val scalateCore = scalateProject("core")
),
libraryDependencies ++= scalaTest.value.map(_ % Test),
libraryDependencies += scalaCompiler.value,
(Compile / unmanagedSourceDirectories) += (Compile / sourceDirectory).value / s"scala_${scalaBinaryVersion.value}",
buildInfoPackage := "org.fusesource.scalate.buildinfo"
)
.dependsOn(scalateUtil)
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 9ee3be2

Please sign in to comment.