mirror of https://github.com/sbt/sbt.git
spelling: world
This commit is contained in:
parent
582c9cbcf7
commit
58e024aaac
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
TaskKey[Unit]("checkName", "") := {
|
TaskKey[Unit]("checkName", "") := {
|
||||||
assert(name.value == "hello-world", "Name is not hello-worled, failed to set!")
|
assert(name.value == "hello-world", "Name is not hello-world, failed to set!")
|
||||||
}
|
}
|
||||||
|
|
||||||
val notExistingThing = settingKey[Int]("Something new")
|
val notExistingThing = settingKey[Int]("Something new")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue