[ci] Fix sonar / coveralls build after switching to jdk 11
Also update jacoco plugin to 0.8.2
This commit is contained in:
@ -15,7 +15,7 @@ fi
|
|||||||
#
|
#
|
||||||
# for java9: enable all modules.
|
# for java9: enable all modules.
|
||||||
# coveralls plugin seems to need java.xml.bind module
|
# 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
|
# disable fast fail, exit immediately, in this subshell
|
||||||
|
@ -15,7 +15,7 @@ fi
|
|||||||
#
|
#
|
||||||
# for java9: enable all modules.
|
# for java9: enable all modules.
|
||||||
# sonar plugin seems to need java.xml.bind module
|
# 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
|
# disable fast fail, exit immediately, in this subshell
|
||||||
|
2
pom.xml
2
pom.xml
@ -473,7 +473,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jacoco</groupId>
|
<groupId>org.jacoco</groupId>
|
||||||
<artifactId>jacoco-maven-plugin</artifactId>
|
<artifactId>jacoco-maven-plugin</artifactId>
|
||||||
<version>0.8.1</version>
|
<version>0.8.2</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!--This plugin's configuration is used to store Eclipse
|
<!--This plugin's configuration is used to store Eclipse
|
||||||
m2e settings only. It has no influence on the Maven build itself. -->
|
m2e settings only. It has no influence on the Maven build itself. -->
|
||||||
|
Reference in New Issue
Block a user