diff options
author | Roel Spilker <r.spilker@gmail.com> | 2019-03-26 10:25:59 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2019-03-26 10:25:59 +0100 |
commit | 69e6932b81f9e6e17da3097ac6e576a261d3e4c1 (patch) | |
tree | eec772cc98bd0c2ff0b7b800d8c9527831f8af0a | |
parent | f6ad0ecde954a1ad6cd347b30dbec2c56e3fe3d3 (diff) | |
parent | 50bf870cc7bc9638263600c61cd2491f607fc161 (diff) | |
download | lombok-69e6932b81f9e6e17da3097ac6e576a261d3e4c1.tar.gz lombok-69e6932b81f9e6e17da3097ac6e576a261d3e4c1.tar.bz2 lombok-69e6932b81f9e6e17da3097ac6e576a261d3e4c1.zip |
[p2069] Add sbt-delombok documentation
-rw-r--r-- | website/templates/features/delombok.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/website/templates/features/delombok.html b/website/templates/features/delombok.html index 75178740..f3ffe601 100644 --- a/website/templates/features/delombok.html +++ b/website/templates/features/delombok.html @@ -49,6 +49,12 @@ <p> Anthony Whitford has written a <a href="https://github.com/awhitford/lombok.maven">maven plugin</a> for delomboking your source code. </p> + + <@f.main.h3 title="Running delombok in sbt" /> + + <p> + Yang Bo has written an <a href="https://github.com/ThoughtWorksInc/sbt-delombok">sbt plugin</a> for delomboking your source code. + </p> <@f.main.h3 title="Limitations" /> |