Skip to content

Commit

Permalink
Build with crossPaths (#172)
Browse files Browse the repository at this point in the history
It's uncommon to enable this, and possibly caused the .tasty files
in the staged 2.12 and 2.13 artifacts.
  • Loading branch information
raboof authored Oct 20, 2024
1 parent fd771b3 commit 38d7b54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Publish.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ object Publish extends AutoPlugin {
override def requires = ApacheSonatypePlugin && DynVerPlugin

override lazy val projectSettings = Seq(
crossPaths := false,
homepage := Some(url("https://github.com/apache/pekko-persistence-dynamodb")),
developers += Developer("contributors",
"Contributors",
Expand Down

0 comments on commit 38d7b54

Please sign in to comment.