Jdt

open class Jdt : PropertiesPersistableConfigurationObject(source)

Deprecated

Will be removed in Gradle 10.

Represents the Eclipse JDT settings.

Since

1.0

Constructors

Link copied to clipboard
constructor(transformer: PropertiesTransformer)
Creates a new Jdt.

Functions

Link copied to clipboard
open fun load(inputStream: InputStream)
Link copied to clipboard
open fun loadDefaults()
Link copied to clipboard
open fun setSourceCompatibility(sourceCompatibility: JavaVersion)
Sets the source compatibility for the compiler.
Link copied to clipboard
open fun setTargetCompatibility(targetCompatibility: JavaVersion)
Sets the target compatibility for the compiler.
Link copied to clipboard
open fun store(outputStream: OutputStream)
Link copied to clipboard
open fun transformAction(action: Closure)