@CompileStatic abstract class GenerateConfigScript extends DefaultTask
Generate the Groovy configuration script for org.gradle.api.tasks.compile.GroovyCompile
| Constructor and description |
|---|
GenerateConfigScript() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
generateConfigScript() |
|
abstract RegularFileProperty |
getConfigFile() |
|
abstract FileSystemOperations |
getFs() |
|
abstract Property<String> |
getGrailsAppDir() |
|
abstract MapProperty<String, String> |
getMetaDataMap() |
|
abstract Property<String> |
getProjectDir() |
|
abstract Property<String> |
getProjectName() |
|
abstract Property<String> |
getProjectType() |
|
abstract Property<String> |
getProjectVersion() |