api / org.gradle.tooling.model.eclipse / EclipseProject / getOutputLocation

getOutputLocation

abstract fun getOutputLocation(): EclipseOutputLocation

Returns the output location of this project.

Exceptions

UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.

Return
The project's output location.

Since
3.0