in fact I already have this: ``` java { source...
# gradle
b
in fact I already have this:
Copy code
java {
    sourceCompatibility = JavaVersion.VERSION_1_8
    targetCompatibility = JavaVersion.VERSION_1_8
}