project

open fun project(@DelegatesTo(value = EclipseProject::class) closure: Closure)

Configures eclipse project information

For examples see docs for EclipseProject

Since

1.0


open fun project(action: Action<in EclipseProject>)

Configures eclipse project information

For examples see docs for EclipseProject

Since

3.5