public class TraceGradlePlugin
extends java.lang.Object
implements org.gradle.api.Plugin<org.gradle.api.Project>
The plugin will:
These will be done with different Gradle tasks that are added to the build process.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOGGER_TAG
The value for the tags in
Logger logs. |
| Constructor and Description |
|---|
TraceGradlePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.gradle.api.Project project)
The entry point of the plugin.
|
public static java.lang.String LOGGER_TAG
Logger logs.public void apply(@NonNull
org.gradle.api.Project project)
apply in interface org.gradle.api.Plugin<org.gradle.api.Project>