Skip to content

Commit cda2140

Browse files
committed
build: Fix source paths messed up after Mill upgrade
1 parent c1a385f commit cda2140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ import $ivy.`io.chris-kipp::mill-ci-release::0.1.9`
22
import io.kipp.mill.ci.release.CiReleaseModule
33
import coursier.maven.MavenRepository
44
import mill._, scalalib._, publish._
5-
import mill.modules.Assembly._
5+
import Assembly._
66

77
trait SparkModule extends Cross.Module2[String, String] with SbtModule with CiReleaseModule {
88
outer =>
99
override def scalaVersion = crossValue
1010
val sparkVersion = crossValue2
1111

12-
override def millSourcePath = super.millSourcePath / os.up / os.up / os.up
12+
override def millSourcePath = super.millSourcePath / os.up
1313

1414
// Custom source layout for Spark Data Source API 2
1515
val sparkVersionSpecificSources = if (sparkVersion >= "3.4.0") {

0 commit comments

Comments
 (0)