Drop support for Java 7 #70
Closed
Labels
Milestone
Comments
Newer Gradle 4 versions display deprecation warning about Java 7 which breaks the functional tests (which check for deprecated stuff). |
szpak
added a commit
that referenced
this issue
Jan 27, 2018
Released binary artifacts require at least Java 8.
Issues with Java 7:
The Java 7 support has been terminated as of gradle-pitest-plugin 1.3.0 (as a JDK version required to run a Gradle build). The latest version with Java 7 compatible binaries is 1.2.4. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Java 7 has been EOLed years ago, it's not easily accessible from Oracle, it is deprecated in Gradle 4 and there are issues in using it on Travis.
The text was updated successfully, but these errors were encountered: