has Java
@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasJava()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasJava" }, expression = "hasJava()" ) )
Deprecated
Please use `io.spine.tools.gradle.project.hasJava()` instead.
Replace with
import io.spine.tools.gradle.project.hasJava
Content copied to clipboard
hasJava()Content copied to clipboard
Tells if this project can deal with Java code.
Return
true if java plugin is installed, false otherwise.