Just enter the following code inside buildscriptthe project level tag build.gradle:
tasks.withType(JavaCompile) {
targetCompatibility = '1.7'
sourceCompatibility = '1.7'
options.setBootClasspath("PATH_TO_JAVA_7_JRE/lib/rt.jar")
}
Just replace PATH_TO_JAVA_7_JREon your way.
, , , , , . , !