Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 4e447be

Browse files
committed
Remove redundant mappings setting.
1 parent 3c796f0 commit 4e447be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

project/ContinuationsBuild.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ object Settings {
3737
Seq(file)
3838
},
3939

40-
mappings in (Compile, packageBin) += {
41-
(baseDirectory.value / s"${name.value}.properties") -> s"${name.value}.properties"
42-
},
43-
4440

4541
// maven publishing
4642
publishTo := {

0 commit comments

Comments
 (0)