public abstract class GradleUtils
extends java.lang.Object
| Constructor and Description |
|---|
GradleUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isTaskExecute(org.gradle.api.Task task,
org.gradle.api.Project project)
Checked if the given task will be executed because set in command line or depends on other executed task.
|
public static boolean isTaskExecute(org.gradle.api.Task task,
org.gradle.api.Project project)
task - the task to checkproject - the current project