Skip to content
Snippets Groups Projects
Commit a47ebf72 authored by Raymond Liu's avatar Raymond Liu
Browse files

Add yarn/common/src/test dir in building script

parent ddc5054b
No related branches found
No related tags found
No related merge requests found
......@@ -324,7 +324,14 @@ object SparkBuild extends Build {
Seq(
base / "../common/src/main/scala"
)
},
unmanagedSourceDirectories in Test <++= baseDirectory { base =>
Seq(
base / "../common/src/test/scala"
)
}
) ++ extraYarnSettings
def yarn20Settings = yarnCommonSettings ++ Seq(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment