Skip to content

Commit 276ccde

Browse files
committed
Remove redundant mappings setting.
1 parent dc92528 commit 276ccde

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

standard.sbt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ resourceGenerators in Compile <+= Def.task {
2222
Seq(file)
2323
}
2424

25-
mappings in (Compile, packageBin) += {
26-
(baseDirectory.value / s"${name.value}.properties") -> s"${name.value}.properties"
27-
}
28-
2925

3026
// maven publishing
3127
publishTo := {

0 commit comments

Comments
 (0)