Skip to content

Commit

Permalink
Include scala_artifact classpath rule (#19190)
Browse files Browse the repository at this point in the history
Follow up from #19187
  • Loading branch information
alonsodomin authored May 30, 2023
1 parent 318c853 commit ee3be4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python/pants/backend/scala/compile/scalac.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
ScalaPluginTargetsForTarget,
)
from pants.backend.scala.compile.scalac_plugins import rules as scalac_plugins_rules
from pants.backend.scala.resolve.artifact import rules as scala_artifact_rules
from pants.backend.scala.subsystems.scala import ScalaSubsystem
from pants.backend.scala.subsystems.scalac import Scalac
from pants.backend.scala.target_types import ScalaFieldSet, ScalaGeneratorFieldSet, ScalaSourceField
Expand Down Expand Up @@ -246,6 +247,7 @@ def rules():
return [
*collect_rules(),
*jvm_compile_rules(),
*scala_artifact_rules(),
*scalac_plugins_rules(),
*versions.rules(),
UnionRule(ClasspathEntryRequest, CompileScalaSourceRequest),
Expand Down

0 comments on commit ee3be4d

Please sign in to comment.