Skip to content

Commit

Permalink
Remove sbt-coursier
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 1, 2023
1 parent c41a4e0 commit 43ed216
Show file tree
Hide file tree
Showing 309 changed files with 0 additions and 983 deletions.
19 changes: 0 additions & 19 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ lazy val `sbt-lm-coursier` = project
.dependsOn(`sbt-coursier-shared-shaded`)
.settings(
plugin,
sbtTestDirectory := (`sbt-coursier` / sbtTestDirectory).value,
scriptedDependencies := {
scriptedDependencies.value

Expand All @@ -205,23 +204,6 @@ lazy val `sbt-lm-coursier` = project
}
)

lazy val `sbt-coursier` = project
.in(file("modules/sbt-coursier"))
.enablePlugins(ScriptedPlugin)
.disablePlugins(MimaPlugin)
.dependsOn(`sbt-coursier-shared`)
.settings(
plugin,
scriptedDependencies := {
scriptedDependencies.value

// TODO Get dependency projects automatically
// (but shouldn't scripted itself handle that…?)
(`lm-coursier` / publishLocal).value
(`sbt-coursier-shared` / publishLocal).value
}
)

lazy val customProtocolForTest212 = project
.in(file("modules/custom-protocol-for-test-2-12"))
.settings(
Expand Down Expand Up @@ -261,7 +243,6 @@ lazy val `sbt-coursier-root` = project
definitions,
`lm-coursier`,
`lm-coursier-shaded`,
`sbt-coursier`,
`sbt-coursier-shared`,
`sbt-coursier-shared-shaded`,
`sbt-lm-coursier`
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 43ed216

Please sign in to comment.