mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
spelling: world
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
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")
|
||||
|
||||
Reference in New Issue
Block a user