Skip to content

Commit 0bf5fe9

Browse files
authored
Merge pull request #3109 from dotty-staging/fix-3108
Fix #3108: avoid generating useless scripts in distribution
2 parents 2516575 + e8e4ea4 commit 0bf5fe9

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)