hasJava

@Deprecated(message = "Please use `io.spine.tools.gradle.project.hasJava()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.hasJava"}, expression = "hasJava()"))
public final static Boolean hasJava(Project $self)

Deprecated

Please use `io.spine.tools.gradle.project.hasJava()` instead.

Replace with

import io.spine.tools.gradle.project.hasJava
hasJava()

Tells if this project can deal with Java code.

Return

true if java plugin is installed, false otherwise.