java Compile For
@Deprecated(message = "Please use `io.spine.tools.gradle.project.javaCompileFor()` instead.", replaceWith = @ReplaceWith(imports = {"io.spine.tools.gradle.project.findJavaCompileFor" }, expression = "javaCompileFor(sourceSet)" ) )
Deprecated
Please use `io.spine.tools.gradle.project.javaCompileFor()` instead.
Replace with
import io.spine.tools.gradle.project.findJavaCompileFor
Content copied to clipboard
javaCompileFor(sourceSet)Content copied to clipboard
Attempts to obtain the Java compilation Gradle task for the given source set.
Typically, the task is named by a pattern: compile<SourceSet name>Java, or just compileJava if the source set name is "main". If the task does not fit this described pattern, this method will not find it.