浏览代码

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
tags/r1.9.0
Florian Zschocke 4 年前
父节点
当前提交
d05e9eeed1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      build.moxie

+ 1
- 0
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'

正在加载...
取消
保存