Skip to content

Commit e8e4ea4

Browse files
committed
fix #3108: avoid generating useless scripts in distribution
1 parent 2516575 commit e8e4ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Build.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1126,6 +1126,7 @@ object Build {
11261126
}
11271127

11281128
lazy val commonDistSettings = packSettings ++ Seq(
1129+
packMain := Map(),
11291130
publishArtifact := false,
11301131
packGenerateMakefile := false,
11311132
packExpandedClasspath := true,

0 commit comments

Comments
 (0)