Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Following block in all build.gradle files is not needed anymore since using Gradle 7 because implicitly defined:
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
Can be removed.
Metadata
Metadata
Assignees
Labels
No labels