diff options
author | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-11 23:45:56 +0100 |
---|---|---|
committer | Florian Zschocke <florian.zschocke@devolo.de> | 2019-11-11 23:45:56 +0100 |
commit | a3a07f39054217db9d2df1de97b21df2b36b0ede (patch) | |
tree | 521e005057241f4997d5c30254d4796e061fcb0d /build.moxie | |
parent | d94994719b6fb1917aae355957bb15b30fdf1e1b (diff) | |
download | gitblit-a3a07f39054217db9d2df1de97b21df2b36b0ede.tar.gz gitblit-a3a07f39054217db9d2df1de97b21df2b36b0ede.zip |
Adjust versions of JaCoCo and parboiled to match and work.
Adjust the version of JaCoCo down to 0.8.4 and the version
of parboiled-java up to 1.3.1. They need to match because both
use ASM. This combination has the same dependency on ASM: 7.1.
And it seems to work, at least the docs get generated and the
`moxie test` doesn't fail building the report anymore.
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.moxie b/build.moxie index 7b5b28ae..7775e3ca 100644 --- a/build.moxie +++ b/build.moxie @@ -190,5 +190,5 @@ dependencies: - test 'org.mockito:mockito-core:1.10.19' # Dependencies with the "build" scope are retrieved # and injected into the Ant runtime classpath -- build 'org.jacoco:org.jacoco.ant:0.8.5' -- build 'org.parboiled:parboiled-java:1.1.7' +- build 'org.jacoco:org.jacoco.ant:0.8.4' +- build 'org.parboiled:parboiled-java:1.3.1' |