Skip to content

Commit

Permalink
fix publishMavenStyle setting (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Feb 7, 2022
1 parent 35806e7 commit c76dd35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ lazy val commonSettings =
),
Compile / unmanagedSourceDirectories := Seq((Compile / scalaSource).value),
Test / unmanagedSourceDirectories := Seq((Test / scalaSource).value),
publishMavenStyle := false,
)

lazy val scalafmtSettings =
Expand Down

0 comments on commit c76dd35

Please sign in to comment.