Modifier and Type | Field | Description |
---|---|---|
static String |
BUILD_DEPENDENTS_TASK_NAME |
|
static String |
BUILD_NEEDED_TASK_NAME |
|
static String |
BUILD_TASK_NAME |
|
static String |
CHECK_TASK_NAME |
|
static String |
DOCUMENTATION_GROUP |
|
static Set<String> |
UNPUBLISHABLE_VARIANT_ARTIFACTS |
A list of known artifact types which are known to prevent from
publication.
|
static String |
VERIFICATION_GROUP |
Constructor | Description |
---|---|
JavaBasePlugin(ObjectFactory objectFactory) |
Modifier and Type | Method | Description |
---|---|---|
void |
apply(org.gradle.api.internal.project.ProjectInternal project) |
Apply this plugin to the given target object.
|
public static final String CHECK_TASK_NAME
public static final String VERIFICATION_GROUP
public static final String BUILD_TASK_NAME
public static final String BUILD_DEPENDENTS_TASK_NAME
public static final String BUILD_NEEDED_TASK_NAME
public static final String DOCUMENTATION_GROUP
@Incubating public static final Set<String> UNPUBLISHABLE_VARIANT_ARTIFACTS
@Inject public JavaBasePlugin(ObjectFactory objectFactory)