diff options
author | Roel Spilker <r.spilker@gmail.com> | 2018-08-28 11:19:00 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2018-08-28 11:19:00 +0200 |
commit | a29c17761c8e319f93874ada007cb3322329fba7 (patch) | |
tree | 156f9fb61eb283645686812f2bdcd190825c4855 /website/templates/_download-edge.html | |
parent | 409614f7a2533396db1201f1a6c7d65233a87b05 (diff) | |
download | lombok-a29c17761c8e319f93874ada007cb3322329fba7.tar.gz lombok-a29c17761c8e319f93874ada007cb3322329fba7.tar.bz2 lombok-a29c17761c8e319f93874ada007cb3322329fba7.zip |
Add link to JitPack for downloading edge releases
Diffstat (limited to 'website/templates/_download-edge.html')
-rw-r--r-- | website/templates/_download-edge.html | 5 |
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 |