Skip to content

Commit e5d2170

Browse files
committed
[compiler] Move the InitialScalaBuilder module level builder into the Initial category
#SCL-22172 - This allows the builder to run well ahead of other builders (particularly the JavaBuilder) and be able to set up the compilation environment to Scala projects' advantage.
1 parent ff17bc3 commit e5d2170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala/compiler-jps/src/org/jetbrains/jps/incremental/scala/InitialScalaBuilder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import _root_.scala.jdk.CollectionConverters._
1919
/**
2020
* For tasks that should be performed once per compilation
2121
*/
22-
class InitialScalaBuilder extends ModuleLevelBuilder(BuilderCategory.SOURCE_INSTRUMENTER) { //should be before other scala builders
22+
class InitialScalaBuilder extends ModuleLevelBuilder(BuilderCategory.INITIAL) { //should be before other scala builders
2323

2424
import InitialScalaBuilder._
2525

0 commit comments

Comments
 (0)