Skip to content

Java 1.8 compile option unnecessary since Gradle 7 #1160

Open
@mobilekosmos

Description

@mobilekosmos

New Feature / Enhancement Checklist

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions