@groovy.transform.CompileStatic @org.gradle.api.tasks.CacheableTask class ProfileCompilerTask extends AbstractCompile
Compiles the classes for a profile
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
DEFAULT_COMPATIBILITY |
|
static java.lang.String |
PROFILE_COMMANDS |
|
static java.lang.String |
PROFILE_NAME |
Type | Name and description |
---|---|
DirectoryProperty |
commandsDirectory |
RegularFileProperty |
config |
DirectoryProperty |
destinationDirectory |
ListProperty<java.lang.String> |
profileExtendsDefault |
RegularFileProperty |
profileFile |
MapProperty<java.lang.String, java.lang.String> |
projectArtifactIds |
Provider<java.lang.String> |
projectName |
DirectoryProperty |
skeletonDirectory |
DirectoryProperty |
templatesDirectory |
Constructor and description |
---|
ProfileCompilerTask(ObjectFactory objectFactory, Project project) |
Groovy Documentation