file

open fun file(@DelegatesTo(value = PropertiesFileContentMerger::class) closure: Closure)(source)

Enables advanced configuration like affecting the way existing jdt file content is merged with gradle build information

The object passed to whenMerged{} and beforeMerged{} closures is of type Jdt

The object passed to withProperties{} closures is of type java.util.Properties

For example see docs for EclipseJdt


open fun file(action: Action<out Any>)(source)

Enables advanced configuration like affecting the way existing jdt file content is merged with gradle build information

The object passed to whenMerged{} and beforeMerged{} actions is of type Jdt

The object passed to withProperties{} actions is of type java.util.Properties

For example see docs for EclipseJdt