]> source.dussan.org Git - gitblit.git/commitdiff
Add build dependency on parboiled to fix build of documentation.
authorFlorian Zschocke <florian.zschocke@devolo.de>
Thu, 13 Jun 2019 19:03:32 +0000 (21:03 +0200)
committerFlorian Zschocke <florian.zschocke@devolo.de>
Thu, 13 Jun 2019 19:03:32 +0000 (21:03 +0200)
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

build.moxie

index f21241d1bfecd820b92a741a99a6342ef6ab3a69..fd1d82ba288a2a228d1d8fee4e3af21194cf2207 100644 (file)
@@ -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'