SBT
The SBT package manager for Scala.
Configuration
Example
{
"SBT": {
"options": {
"sbtVersion": null,
"javaVersion": null,
"javaHome": null
}
}
}
Options
sbtVersion
The version of SBT to use when analyzing projects. Defaults to the version defined in the build properties.
javaVersion
The version of Java to use when analyzing projects. By default, the same Java version as for ORT itself it used.
Overrides javaHome
if both are specified.
javaHome
The directory of the Java home to use when analyzing projects. By default, the same Java home as for ORT itself is used.