gradle failure with openjdk7 in TravisCI
Closed this issue · 2 comments
mbernier commented
Issue Summary
There is a gradle error when running against OpenJDK7 in TravisCI.
Specifically the error is:
The command "eval ./gradlew assemble " failed 3 times.
kazoni commented
Fixed by #45, Java 7 support in gradle being depreciated per gradle/gradle#2421 (comment)
diegorramos commented
Fixed, by PR #46