@@ -38,12 +38,12 @@ object BuildCommons {
3838 " streaming-flume" , " streaming-kafka" , " streaming-mqtt" , " streaming-twitter" ,
3939 " streaming-zeromq" ).map(ProjectRef (buildLocation, _))
4040
41- val optionallyEnabledProjects @ Seq (yarn, yarnStable, yarnAlpha, java8Tests, sparkGangliaLgpl, sparkKinesisAsl) =
42- Seq (" yarn" , " yarn-stable" , " yarn-alpha" , " java8-tests " , " ganglia-lgpl " , " kinesis-asl " )
43- .map(ProjectRef (buildLocation, _))
41+ val optionallyEnabledProjects @ Seq (yarn, yarnStable, yarnAlpha, networkYarn, java8Tests,
42+ sparkGangliaLgpl, sparkKinesisAsl) = Seq (" yarn" , " yarn-stable" , " yarn-alpha" , " network-yarn " ,
43+ " java8-tests " , " ganglia-lgpl " , " kinesis-asl " ) .map(ProjectRef (buildLocation, _))
4444
45- val assemblyProjects @ Seq (assembly, examples, networkYarn ) =
46- Seq ( " assembly " , " examples " , " network-yarn " ) .map(ProjectRef (buildLocation, _))
45+ val assemblyProjects @ Seq (assembly, examples) = Seq ( " assembly " , " examples " )
46+ .map(ProjectRef (buildLocation, _))
4747
4848 val tools = ProjectRef (buildLocation, " tools" )
4949 // Root project.
0 commit comments