api / org.gradle.tooling.model.idea / IdeaProject / getJavaLanguageSettings

getJavaLanguageSettings

abstract fun getJavaLanguageSettings(): IdeaJavaLanguageSettings

Returns the Java language settings for this project.

Exceptions

UnsupportedMethodException - For Gradle versions older than 1.0-milestone-8, where this method is not supported.

Return
the Java language settings for the current project, never null.

Since
2.11