mirror of https://github.com/sbt/sbt.git
don't enable SemanticDB on CI
Don't enable SemanticDB on CI for now since it doesn't support 2.10.
This commit is contained in:
parent
a6d03c819c
commit
2f392ac264
|
|
@ -17,7 +17,7 @@ ThisBuild / Test / scalafmtOnCompile := !(Global / insideCI).value
|
|||
ThisBuild / turbo := true
|
||||
ThisBuild / usePipelining := false // !(Global / insideCI).value
|
||||
|
||||
Global / semanticdbEnabled := true
|
||||
Global / semanticdbEnabled := !(Global / insideCI).value
|
||||
val excludeLint = SettingKey[Set[Def.KeyedInitialize[_]]]("excludeLintKeys")
|
||||
Global / excludeLint := (Global / excludeLint).?.value.getOrElse(Set.empty)
|
||||
Global / excludeLint += componentID
|
||||
|
|
|
|||
Loading…
Reference in New Issue