Skip to main content
Version: 2.11.x (deprecated)

scala-infer


Options controlling which dependencies will be inferred for Scala targets.

Backend: pants.backend.experimental.scala

Config section: [scala-infer]

Basic options

imports

--[no-]scala-infer-imports
PANTS_SCALA_INFER_IMPORTS
default: True

Infer a target's dependencies by parsing import statements from sources.

consumed_types

--[no-]scala-infer-consumed-types
PANTS_SCALA_INFER_CONSUMED_TYPES
default: True

Infer a target's dependencies by parsing consumed types from sources.

Advanced options

None

Deprecated options

None