mirror of https://github.com/sbt/sbt.git
Merge pull request #7291 from alexklibisz/patch-1
Fix typo in exportPipelining Key description
This commit is contained in:
commit
bc4267b2e4
|
|
@ -396,7 +396,7 @@ object Keys {
|
|||
val remoteCachePom = taskKey[File]("Generates a pom for publishing when publishing Maven-style.")
|
||||
val localCacheDirectory = settingKey[File]("Operating system specific cache directory.")
|
||||
val usePipelining = settingKey[Boolean]("Use subproject pipelining for compilation.").withRank(BSetting)
|
||||
val exportPipelining = settingKey[Boolean]("Product early output so downstream subprojects can do pipelining.").withRank(BSetting)
|
||||
val exportPipelining = settingKey[Boolean]("Produce early output so downstream subprojects can do pipelining.").withRank(BSetting)
|
||||
|
||||
// BSP keys
|
||||
val bspConfig = taskKey[Unit]("Create or update the BSP connection files").withRank(DSetting)
|
||||
|
|
|
|||
Loading…
Reference in New Issue