static StringAPI_CONFIGURATION_NAME
The name of the API configuration, where dependencies exported by a component at compile time should be declared.
static StringAPI_ELEMENTS_CONFIGURATION_NAME
The name of the configuration used by consumers to get the API elements of a component, that is to say the dependencies which are required to compile against that component.
static StringCLASSES_TASK_NAME
The name of the lifecycle task which outcome is that all the classes of a component are generated.
static StringCOMPILE_CLASSPATH_CONFIGURATION_NAME
The name of the compile classpath configuration.
static StringCOMPILE_CONFIGURATION_NAME
Deprecated.
Users should prefer API_CONFIGURATION_NAME or IMPLEMENTATION_CONFIGURATION_NAME.
static StringCOMPILE_JAVA_TASK_NAME
The name of the task which compiles Java sources.
static StringCOMPILE_ONLY_CONFIGURATION_NAME
The name of the configuration that is used to declare dependencies which are only required to compile a component, but not at runtime.
static StringCOMPILE_TEST_JAVA_TASK_NAME
The name of the task which compiles the test Java sources.
static StringIMPLEMENTATION_CONFIGURATION_NAME
The name of the implementation configuration, where dependencies that are only used internally by a component should be declared.
static StringJAR_TASK_NAME
The name of the task which generates the component main jar.
static StringJAVADOC_TASK_NAME
The name of the task which generates the component javadoc.
static StringPROCESS_RESOURCES_TASK_NAME
The name of the task that processes resources.
static StringPROCESS_TEST_RESOURCES_TASK_NAME
The name of the task which processes the test resources.
static StringRUNTIME_CLASSPATH_CONFIGURATION_NAME
The name of the runtime classpath configuration, used by a component to query its own runtime classpath.
static StringRUNTIME_CONFIGURATION_NAME
Deprecated.
Consumers should use RUNTIME_ELEMENTS_CONFIGURATION_NAME instead.
static StringRUNTIME_ELEMENTS_CONFIGURATION_NAME
The name of the runtime elements configuration, that should be used by consumers to query the runtime dependencies of a component.
static StringRUNTIME_ONLY_CONFIGURATION_NAME
The name of the runtime only dependencies configuration, used to declare dependencies that should only be found at runtime.
static StringTEST_CLASSES_TASK_NAME
The name of the lifecycle task which outcome is that all test classes of a component are generated.
static StringTEST_COMPILE_CLASSPATH_CONFIGURATION_NAME
The name of the test compile classpath configuration.
static StringTEST_COMPILE_CONFIGURATION_NAME static StringTEST_COMPILE_ONLY_CONFIGURATION_NAME
The name of the configuration that should be used to declare dependencies which are only required to compile the tests, but not when running them.
static StringTEST_IMPLEMENTATION_CONFIGURATION_NAME
The name of the test implementation dependencies configuration.
static StringTEST_RUNTIME_CLASSPATH_CONFIGURATION_NAME
The name of the test runtime classpath configuration.
static StringTEST_RUNTIME_CONFIGURATION_NAME
Deprecated.
Use TEST_RUNTIME_CLASSPATH_CONFIGURATION_NAME instead.
static StringTEST_RUNTIME_ONLY_CONFIGURATION_NAME
The name of the test runtime only dependencies configuration.
static StringTEST_TASK_NAME
The name of the task which triggers execution of tests.