mirror of https://github.com/sbt/sbt.git
[2.x] test: Enable actions/eval-is-safe-and-sound scripted test (#9192)
This commit is contained in:
parent
f4ae966a22
commit
0638907349
|
|
@ -4,12 +4,15 @@ lazy val boink = project
|
|||
|
||||
lazy val woof = project
|
||||
|
||||
@transient
|
||||
lazy val numConfigClasses = taskKey[Int]("counts number of config classes")
|
||||
|
||||
lazy val configClassCountFile = settingKey[File]("File where we write the # of config classes")
|
||||
|
||||
@transient
|
||||
lazy val saveNumConfigClasses = taskKey[Unit]("Saves the number of config classes")
|
||||
|
||||
@transient
|
||||
lazy val checkNumConfigClasses = taskKey[Unit]("Checks the number of config classes")
|
||||
|
||||
lazy val checkDifferentConfigClasses =
|
||||
|
|
|
|||
Loading…
Reference in New Issue