Skip to content

Commit 44d0d01

Browse files
committed
Add back 'launcher' exclude
1 parent 1aae027 commit 44d0d01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/SparkBuild.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ object SparkBuild extends PomBuild {
156156
/* Enable tests settings for all projects except examples, assembly and tools */
157157
(allProjects ++ optionallyEnabledProjects).foreach(enable(TestSettings.settings))
158158

159+
// TODO: remove launcher from this list after 1.4.0
159160
allProjects.filterNot(x => Seq(spark, hive, hiveThriftServer, catalyst, repl,
160-
networkCommon, networkShuffle, networkYarn).contains(x)).foreach {
161+
networkCommon, networkShuffle, networkYarn, launcher).contains(x)).foreach {
161162
x => enable(MimaBuild.mimaSettings(sparkHome, x))(x)
162163
}
163164

0 commit comments

Comments
 (0)