aboutsummaryrefslogtreecommitdiff
path: root/website/templates/setup
diff options
context:
space:
mode:
authorLars Grefer <github@larsgrefer.de>2019-08-27 23:58:54 +0200
committerRoel Spilker <r.spilker@gmail.com>2019-08-28 00:13:02 +0200
commit514fd710c5fc581dc22143352101d7b191d3df0f (patch)
tree126e936ae47501dc354cca180bb2ec9472f3e7ae /website/templates/setup
parent9a82f1c26bf8125aaba755f9f57a7ee6ef9b1f4a (diff)
downloadlombok-514fd710c5fc581dc22143352101d7b191d3df0f.tar.gz
lombok-514fd710c5fc581dc22143352101d7b191d3df0f.tar.bz2
lombok-514fd710c5fc581dc22143352101d7b191d3df0f.zip
Update gradle.html
Diffstat (limited to 'website/templates/setup')
-rw-r--r--website/templates/setup/gradle.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/setup/gradle.html b/website/templates/setup/gradle.html
index 53f45a71..148f20f8 100644
--- a/website/templates/setup/gradle.html
+++ b/website/templates/setup/gradle.html
@@ -11,7 +11,7 @@
<@s.section title="The Lombok Gradle Plugin">
<p>
- There is a plugin for gradle that we recommend you use; it makes deployment a breeze, works around shortcomings of gradle prior to v2.12, and makes it easy to do additional tasks, such as running the lombok eclipse installer or delomboking. The plugin is open source. Read more <a href="https://plugins.gradle.org/plugin/io.freefair.lombok">about the gradle-lombok plugin</a>.
+ There is a plugin for gradle that we recommend you use; it makes deployment a breeze, and makes it easy to do additional tasks, such as delomboking. The plugin is open source. Read more <a href="https://plugins.gradle.org/plugin/io.freefair.lombok">about the gradle-lombok plugin</a>.
</p>
</@s.section>