scalac
The Scala compiler.
Backend: pants.backend.experimental.scala
Config section: [scalac]
Basic options
default:
[]
Global scalac
compiler flags, e.g. --scalac-args='-encoding UTF-8'
.
Advanced options
default:
[]
A list of addresses of scalac_plugin
targets which should be used for compilation of all Scala targets in a build.
If you set this, you must also set [scalac].plugins_global_lockfile
.
default:
<default>
The filename of the lockfile for global plugins. You must set this option to a file path, e.g. '3rdparty/jvm/global_scalac_plugins.lock', if you set [scalac].plugins_global
.
Deprecated options
None
Updated over 1 year ago