Move to lm-core, lm-ivy folders

This commit is contained in:
Adrien Piquerez 2024-10-09 08:55:37 +02:00
parent d1bf297087
commit 82ed595352
244 changed files with 2 additions and 2 deletions

View File

@ -1358,7 +1358,7 @@ def lmTestSettings: Seq[Setting[_]] = Def.settings(
Test / parallelExecution := false
)
lazy val lmCore = (project in file("core"))
lazy val lmCore = (project in file("lm-core"))
// .enablePlugins(ContrabandPlugin, JsonCodecPlugin)
.settings(
commonSettings,
@ -1408,7 +1408,7 @@ lazy val lmCore = (project in file("core"))
.dependsOn(utilLogging, utilPosition, utilCache)
.configure(addSbtIO, addSbtCompilerInterface)
lazy val lmIvy = (project in file("ivy"))
lazy val lmIvy = (project in file("lm-ivy"))
// .enablePlugins(ContrabandPlugin, JsonCodecPlugin)
.dependsOn(lmCore)
.settings(

Some files were not shown because too many files have changed in this diff Show More