Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The "Invalid source release 1.7" error means that the version of Java being used by Gradle for compilation is lower than the required version. In this case, the code is written for Java 7, but the version being used for compilation by Gradle is lower than Java 7. This error can be resolved by upgrading the version of Java being used by Gradle to Java 7 or higher.