sendgrid/java-http-client

gradle failure with openjdk7 in TravisCI

Closed this issue · 2 comments

Issue Summary

There is a gradle error when running against OpenJDK7 in TravisCI.

See here: https://travis-ci.org/sendgrid/java-http-client/builds/291643842?utm_source=github_status&utm_medium=notification

Specifically the error is:

The command "eval ./gradlew assemble " failed 3 times.

Fixed by #45, Java 7 support in gradle being depreciated per gradle/gradle#2421 (comment)

Fixed, by PR #46