Skip to content

Commit c7eaea8

Browse files
committed
remove compileOrder setting
1 parent 9ea5832 commit c7eaea8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

build.sbt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,6 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
182182
scala3Sources = scalapbScala3Sources.value
183183
) -> (Test / sourceManaged).value
184184
),
185-
compileOrder := {
186-
if (isScala3.value) {
187-
// https://github.com/scala/scala3/issues/10956
188-
// https://github.com/scala/scala3/issues/6138
189-
CompileOrder.JavaThenScala
190-
} else {
191-
compileOrder.value
192-
}
193-
},
194185
libraryDependencies ++= Seq(
195186
"com.google.protobuf" % "protobuf-java-util" % "3.25.8" % "test"
196187
)

0 commit comments

Comments
 (0)