mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
The original wording confused me. I thought it meant that there was no point to my new keys unless I used them in a task. But rather it meant that I needed to create keys for my task and then a task definition with the same key name. I added the creation of the keys to the task implementation code example to clear this up in the future.