Skip to content

Do not set JDK 1.8 #62

@osipxd

Description

@osipxd

Setting of JDK 1.8 should be removed. JDK should be set by developer using JVM Toolchains instead.

extensions.configure<JavaPluginExtension> {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

Causes #60

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions