diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-08-28 00:14:10 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2020-08-28 00:15:55 +0200 |
commit | 6088e6e3d60f407765a9e6936bf0d06a184282df (patch) | |
tree | 19704daae859bcc724a0bc19598dd028a946b680 /buildScripts/ivy.xml | |
parent | edbfdfe8c52c17a38bf2b526d14a4f622c5402f7 (diff) | |
download | lombok-6088e6e3d60f407765a9e6936bf0d06a184282df.tar.gz lombok-6088e6e3d60f407765a9e6936bf0d06a184282df.tar.bz2 lombok-6088e6e3d60f407765a9e6936bf0d06a184282df.zip |
[build] added ant website.open
this serves the site locally and opens your browser
Diffstat (limited to 'buildScripts/ivy.xml')
-rw-r--r-- | buildScripts/ivy.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 14530f06..40bbad08 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -58,6 +58,7 @@ <dependency org="projectlombok.org" name="markdownj" rev="1.02b4" conf="buildtools->build" /> <dependency org="de.java2html" name="java2html" rev="5.0" conf="buildtools->default" /> <dependency org="org.freemarker" name="freemarker" rev="2.3.28" conf="buildtools->default" /> + <dependency org="com.sparkjava" name="spark-core" rev="2.9.2" conf="buildtools->default" /> <dependency org="org.eclipse.jgit" name="org.eclipse.jgit.ant" rev="5.2.0.201812061821-r" conf="supporters->default" /> <dependency org="org.eclipse.jgit" name="org.eclipse.jgit" rev="5.2.0.201812061821-r" conf="supporters->default" /> |