sendgrid / java-http-client

SendGrid's Java HTTP Client for calling APIs
https://sendgrid.com
MIT License
25 stars 78 forks source link

Java 11: bring jacoco-maven-plugin up to current #119

Closed kebeda closed 4 years ago

kebeda commented 5 years ago

Fixes #118

Checklist

Short description of what this PR does:

This change will allow mvn test to succeed when run under a Java 11 JVM/javac.

It resolves it by updating the jacoco-maven-plugin to a version that can run in this configuration.

kebeda commented 5 years ago

Didn't check the last 3 checkboxes on the PR description because,