mirror of https://github.com/sbt/sbt.git
Merge pull request #7383 from mdedetrich/document-scriptedSbt
Document scriptedSbt
This commit is contained in:
commit
76fad81522
|
|
@ -36,7 +36,7 @@ object ScriptedPlugin extends AutoPlugin {
|
|||
val ScriptedConf = Configurations.config("scripted-sbt") hide
|
||||
val ScriptedLaunchConf = Configurations.config("scripted-sbt-launch") hide
|
||||
|
||||
val scriptedSbt = settingKey[String]("")
|
||||
val scriptedSbt = settingKey[String]("sbt version that is used when running scripted tests")
|
||||
val sbtLauncher = taskKey[File]("")
|
||||
val sbtTestDirectory = settingKey[File]("")
|
||||
val scriptedBufferLog = settingKey[Boolean]("")
|
||||
|
|
|
|||
Loading…
Reference in New Issue