Skip to content

Commit e2911c3

Browse files
committed
Drop -Djacoco.plugin=0.8.11 on verify.sh
1 parent 90e6c34 commit e2911c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for targetSnapshotVersion in ${snapshotVersions}; do
4747
git checkout master
4848
fi
4949
verifiedVersions="${verifiedVersions}${targetSnapshotVersion} "
50-
options="-Djacoco.plugin=0.8.11"
50+
options=""
5151
./mvnw clean verify -Dspring-boot.version=${targetSnapshotVersion} -Denforcer.skip=true ${options} && ./mybatis-spring-boot-samples/run_fatjars.sh && exitCode=0 || exitCode=$?
5252
if [ "${exitCode}" = "0" ]; then
5353
successedVersions="${successedVersions}${targetSnapshotVersion} "

0 commit comments

Comments
 (0)