summaryrefslogtreecommitdiffstats
path: root/build.moxie
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2019-06-13 21:03:32 +0200
committerFlorian Zschocke <florian.zschocke@devolo.de>2019-06-13 21:03:32 +0200
commitd05e9eeed11c36594b049b22705709d1ebfb97b9 (patch)
tree7294cd8e0839a2f7ac8736fcdf1d348c1b35f338 /build.moxie
parent3bff35cdbc7136e5d945c9f2830aa4fdcde19f75 (diff)
downloadgitblit-d05e9eeed11c36594b049b22705709d1ebfb97b9.tar.gz
gitblit-d05e9eeed11c36594b049b22705709d1ebfb97b9.zip
Add build dependency on parboiled to fix build of documentation.
Updating JaCoCo in commit 23072ffb broke the build of the HTML documentation. As found out by @chirontt, adding parboiled as a build dependency fixes it. Fixes #1220 and closes #1313
Diffstat (limited to 'build.moxie')
-rw-r--r--build.moxie1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.moxie b/build.moxie
index f21241d1..fd1d82ba 100644
--- a/build.moxie
+++ b/build.moxie
@@ -190,3 +190,4 @@ dependencies:
# Dependencies with the "build" scope are retrieved
# and injected into the Ant runtime classpath
- build 'org.jacoco:org.jacoco.ant:0.7.8'
+- build 'org.parboiled:parboiled-java:1.1.7'