T - Task typepublic interface IProjectPublishableTask<T extends BaseGarminTask>
| Modifier and Type | Method and Description |
|---|---|
void |
configurePublishing(org.gradle.api.Project project,
T buildGarminTask)
Any configuration that needs to occur for publishing to maven repos
|
void configurePublishing(org.gradle.api.Project project,
T buildGarminTask)
project - the Project that the task is being executed onbuildGarminTask - the task to configure