-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
From this repo:
val sparkVersion = settingKey[String]("Spark version")
val sparkTestingVersion = settingKey[String]("Spark testing base version without Spark version part")So it is possible to set the key from sbt with -D and use it.