[ci] Fix sonar / coveralls build after switching to jdk 11

Also update jacoco plugin to 0.8.2
This commit is contained in:
Andreas Dangel
2018-09-01 23:11:12 +02:00
parent ff5e83b21d
commit 2264d3c964
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ fi
#
# for java9: enable all modules.
# coveralls plugin seems to need java.xml.bind module
echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se.ee'" > ${HOME}/.mavenrc
echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se'" > ${HOME}/.mavenrc
(
# disable fast fail, exit immediately, in this subshell

View File

@ -15,7 +15,7 @@ fi
#
# for java9: enable all modules.
# sonar plugin seems to need java.xml.bind module
echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se.ee'" > ${HOME}/.mavenrc
echo "MAVEN_OPTS='-Xms1g -Xmx1g --add-modules java.se'" > ${HOME}/.mavenrc
(
# disable fast fail, exit immediately, in this subshell

View File

@ -473,7 +473,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. -->