Skip to content

Commit

Permalink
Update jacoco to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgunter committed Feb 6, 2024
1 parent 2f092ef commit dafb9cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cws-test/src/test/resources/configure_with_jacoco.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ rm -f ${ROOT}/config/my.cnf
sleep 1

if [ "$RECONFIGURE" = true ]; then
${JAVA_HOME}/bin/java -classpath "./installer/*" -javaagent:./server/apache-tomcat-${TOMCAT_VER}/lib/org.jacoco.agent-0.8.3-runtime.jar=destfile=./installer-jacoco.exec,append=false jpl.cws.task.CwsInstaller --reconfigure
${JAVA_HOME}/bin/java -classpath "./installer/*" -javaagent:./server/apache-tomcat-${TOMCAT_VER}/lib/org.jacoco.agent-0.8.7-runtime.jar=destfile=./installer-jacoco.exec,append=false jpl.cws.task.CwsInstaller --reconfigure
else
${JAVA_HOME}/bin/java -classpath "./installer/*" -javaagent:./server/apache-tomcat-${TOMCAT_VER}/lib/org.jacoco.agent-0.8.3-runtime.jar=destfile=./installer-jacoco.exec,append=false jpl.cws.task.CwsInstaller
${JAVA_HOME}/bin/java -classpath "./installer/*" -javaagent:./server/apache-tomcat-${TOMCAT_VER}/lib/org.jacoco.agent-0.8.7-runtime.jar=destfile=./installer-jacoco.exec,append=false jpl.cws.task.CwsInstaller
fi
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<gson.version>2.8.9</gson.version>
<h2.version>2.2.220</h2.version>
<!-- <httpclient.version>4.3</httpclient.version> -->
<jacoco.version>0.8.3</jacoco.version>
<jacoco.version>0.8.7</jacoco.version>
<java.version>17</java.version>
<javax.mail.version>1.4.7</javax.mail.version>
<jersey-client.version>2.6</jersey-client.version>
Expand Down

0 comments on commit dafb9cc

Please sign in to comment.