I tried to: ```configure<JavaPluginConvention&...
# gradle
e
I tried to:
Copy code
configure<JavaPluginConvention> {
    sourceCompatibility = JavaVersion.VERSION_1_8
    targetCompatibility = JavaVersion.VERSION_1_8
}
But I got:
Error:Extension of type 'JavaPluginConvention' does not exist. Currently registered extension types: [DefaultExtraPropertiesExtension]