Sbt Build Options
constructor(@Json(name = "useCoursierEnabled" ) useCoursierEnabled: Boolean, @Json(name = "offlineModeEnabled" ) offlineModeEnabled: Boolean, @Json(name = "turboEnabled" ) turboEnabled: Boolean, @Json(name = "parallelExecutionEnabled" ) parallelExecutionEnabled: Boolean, @Json(name = "semanticDbScalacPluginEnabled" ) semanticDbScalacPluginEnabled: Boolean, @Json(name = "interactiveModeEnabled" ) interactiveModeEnabled: Boolean)
Parameters
use Coursier Enabled
Indicates whether Coursier was used for dependency resolution.
offline Mode Enabled
Indicates whether the build was configured to run offline.
turbo Enabled
Indicates whether the build was configured to use turbo mode.
parallel Execution Enabled
Indicates whether the build was configured to use parallel tasks execution.
semantic Db Scalac Plugin Enabled
Indicates whether the projects in the build were configured to use the SemanticDB Scalac plugin.
interactive Mode Enabled
Indicates whether the build was run from the sbt shell.