`gradle build` seems to work, but when I click to ...
# gradle
r
gradle build
seems to work, but when I click to run a specific test in the editor, it fails with the error above
s
you don't need to use configure
Copy code
java {
    sourceCompatibility = JavaVersion.VERSION_1_8
    targetCompatibility = JavaVersion.VERSION_1_8
}
is what we have in our projects
👍 1