aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2018-08-28 11:19:00 +0200
committerRoel Spilker <r.spilker@gmail.com>2018-08-28 11:19:00 +0200
commita29c17761c8e319f93874ada007cb3322329fba7 (patch)
tree156f9fb61eb283645686812f2bdcd190825c4855
parent409614f7a2533396db1201f1a6c7d65233a87b05 (diff)
downloadlombok-a29c17761c8e319f93874ada007cb3322329fba7.tar.gz
lombok-a29c17761c8e319f93874ada007cb3322329fba7.tar.bz2
lombok-a29c17761c8e319f93874ada007cb3322329fba7.zip
Add link to JitPack for downloading edge releases
-rw-r--r--website/templates/_download-edge.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/website/templates/_download-edge.html b/website/templates/_download-edge.html
index e7eb856c..3fa28f83 100644
--- a/website/templates/_download-edge.html
+++ b/website/templates/_download-edge.html
@@ -9,10 +9,13 @@
${changelogEdge?no_esc}
</div><div class="row text-center">
<h2><a href="/lombok-edge.jar" id="downloadLink">Download edge release now!</a></h2>
+ <p>
+ You can use the edge release also from your build tool using <a href="https://jitpack.io/#org.projectlombok/lombok/master-SNAPSHOT">the JitPack repository</a>.
+ </p>
</div><div class="row text-center">
<p>
Cutting edge a bit too gutsy for you? You can grab the <a href="download.html">stable release</a> instead.
</p>
</div>
</div>
-</@main.scaffold>
+</@main.scaffold> \ No newline at end of file