|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.api.plugins.JavaBasePlugin
public class JavaBasePlugin
A Plugin which compiles and tests Java source, and assembles it into a JAR file.
| Field Summary | |
|---|---|
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 String |
VERIFICATION_GROUP
|
| Constructor Summary | |
JavaBasePlugin(Instantiator instantiator)
|
|
| Method Summary | |
|---|---|
void
|
apply(Project project)
|
void
|
configureForSourceSet(SourceSet sourceSet, AbstractCompile compile)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
public static final String BUILD_DEPENDENTS_TASK_NAME
public static final String BUILD_NEEDED_TASK_NAME
public static final String BUILD_TASK_NAME
public static final String CHECK_TASK_NAME
public static final String DOCUMENTATION_GROUP
public static final String VERIFICATION_GROUP
| Constructor Detail |
|---|
@Inject public JavaBasePlugin(Instantiator instantiator)
| Method Detail |
|---|
public void apply(Project project)
public void configureForSourceSet(SourceSet sourceSet, AbstractCompile compile)
Gradle API 1.5