Skip to content

Commit

Permalink
Delete migration module and migration scripts (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
DybekK authored Feb 12, 2024
1 parent 94e9b4a commit 0318b6e
Show file tree
Hide file tree
Showing 49 changed files with 1 addition and 2,316 deletions.
11 changes: 1 addition & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val `pekko-persistence-postgres` = project
.in(file("."))
.enablePlugins(ScalaUnidocPlugin)
.disablePlugins(MimaPlugin)
.aggregate(core, migration)
.aggregate(core)
.settings(publish / skip := true)

lazy val core = project
Expand All @@ -15,15 +15,6 @@ lazy val core = project
libraryDependencies ++= Dependencies.Libraries,
mimaBinaryIssueFilters ++= Seq())

lazy val migration = project
.in(file("migration"))
.disablePlugins(MimaPlugin)
.settings(
name := "pekko-persistence-postgres-migration",
libraryDependencies ++= Dependencies.Migration,
Test / parallelExecution := false)
.dependsOn(core)

TaskKey[Unit]("verifyCodeFmt") := {
scalafmtCheckAll.all(ScopeFilter(inAnyProject)).result.value.toEither.left.foreach { _ =>
throw new MessageOnlyException(
Expand Down
5 changes: 0 additions & 5 deletions migration/src/main/resources/reference.conf

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0318b6e

Please sign in to comment.