SbtBuildOptions

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

useCoursierEnabled

Indicates whether Coursier was used for dependency resolution.

offlineModeEnabled

Indicates whether the build was configured to run offline.

turboEnabled

Indicates whether the build was configured to use turbo mode.

parallelExecutionEnabled

Indicates whether the build was configured to use parallel tasks execution.

semanticDbScalacPluginEnabled

Indicates whether the projects in the build were configured to use the SemanticDB Scalac plugin.

interactiveModeEnabled

Indicates whether the build was run from the sbt shell.