mirror of https://github.com/sbt/sbt.git
Turn off semanticdb on CI
This commit is contained in:
parent
da80b6a72f
commit
c896641f1c
|
|
@ -6,7 +6,7 @@ val _ = {
|
|||
//https://github.com/sbt/contraband/issues/122
|
||||
sys.props += ("line.separator" -> "\n")
|
||||
}
|
||||
Global / semanticdbEnabled := true
|
||||
Global / semanticdbEnabled := !(Global / insideCI).value
|
||||
Global / semanticdbVersion := "4.5.9"
|
||||
ThisBuild / version := {
|
||||
val old = (ThisBuild / version).value
|
||||
|
|
|
|||
Loading…
Reference in New Issue