api / org.gradle.plugins.ide.eclipse.model / Jdt

Jdt

open class Jdt : PropertiesPersistableConfigurationObject

Represents the Eclipse JDT settings.

Constructors

<init>

Jdt(transformer: PropertiesTransformer)

Functions

setSourceCompatibility

open fun setSourceCompatibility(sourceCompatibility: JavaVersion): Unit

Sets the source compatibility for the compiler.

setTargetCompatibility

open fun setTargetCompatibility(targetCompatibility: JavaVersion): Unit

Sets the target compatibility for the compiler.