Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jul 25, 2023
1 parent ffff0f7 commit cf949ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val core = project

lazy val cassandraLauncher = project
.in(file("cassandra-launcher"))
.enablePlugins(Common, ReproducibleBuildsPlugin)
.enablePlugins(Common)
.settings(
name := "pekko-persistence-cassandra-launcher",
Compile / managedResourceDirectories += (cassandraBundle / target).value / "bundle",
Expand All @@ -55,7 +55,7 @@ lazy val cassandraLauncher = project
// resources
lazy val cassandraBundle = project
.in(file("cassandra-bundle"))
.enablePlugins(Common, AutomateHeaderPlugin, ReproducibleBuildsPlugin)
.enablePlugins(Common, AutomateHeaderPlugin)
.settings(
name := "pekko-persistence-cassandra-bundle",
crossPaths := false,
Expand Down

0 comments on commit cf949ae

Please sign in to comment.