@@ -38,12 +38,12 @@ object BuildCommons {
38
38
" streaming-flume" , " streaming-kafka" , " streaming-mqtt" , " streaming-twitter" ,
39
39
" streaming-zeromq" ).map(ProjectRef (buildLocation, _))
40
40
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, _))
44
44
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, _))
47
47
48
48
val tools = ProjectRef (buildLocation, " tools" )
49
49
// Root project.
0 commit comments