Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Apr 29, 2024
1 parent 705e234 commit d883e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lazy val cassandraBundle = project
libraryDependencies += ("org.apache.cassandra" % "cassandra-all" % "3.11.3")
.exclude("commons-logging", "commons-logging"),
dependencyOverrides += "com.github.jbellis" % "jamm" % "0.3.3", // See jamm comment in https://issues.apache.org/jira/browse/CASSANDRA-9608
assembly / assemblyOutputPath := (assembly / assemblyOutputPath).value / "bundle" / "pekko" / "persistence" / "cassandra" / "launcher",
assembly / assemblyOutputPath := target.value / "bundle" / "pekko" / "persistence" / "cassandra" / "launcher" / (assembly / assemblyJarName).value,
assembly / assemblyJarName := "cassandra-bundle.jar",
Compile / packageBin := Def.taskDyn {
val store = streams.value.cacheStoreFactory.make("shaded-output")
Expand Down

0 comments on commit d883e1f

Please sign in to comment.