Robert
04/09/2019, 5:41 PMjavacTask: source release 8 requires target release 1.8
but I checked all my IntelliJ settings, and ofcourse also the gradle file. Everything seems to be referencing 1.8/8. I checked File > settings > java compiler, also file > project structure all the tabs and lines. I have this in my gradle file:
configure<JavaPluginConvention> {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
What else could I try? Can I get more info where the error happens, maybe it is in a composite build..?