mirror of https://github.com/sbt/sbt.git
Replace invalid link to Knockoff
parent
eb3b442d34
commit
8c19257aee
|
|
@ -3,7 +3,7 @@
|
|||
# Introduction
|
||||
|
||||
A plugin is essentially a way to use external code in a build definition.
|
||||
A plugin can be a library used to implement a task. For example, you might use [Knockoff](http://tristanhunt.com/projects/knockoff/) to write a markdown processing task.
|
||||
A plugin can be a library used to implement a task. For example, you might use [Knockoff](https://github.com/tristanjuricek/knockoff/) to write a markdown processing task.
|
||||
A plugin can define a sequence of sbt Settings that are automatically added to all projects or that are explicitly declared for selected projects.
|
||||
For example, a plugin might add a 'proguard' task and associated (overridable) settings.
|
||||
Because [[Commands]] can be added with the `commands` setting, a plugin can also fulfill the role that processors did in 0.7.x.
|
||||
|
|
|
|||
Loading…
Reference in New Issue