|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.api.DefaultTask grails.doc.gradle.MigrateLegacyDocs
class MigrateLegacyDocs extends DefaultTask
Gradle task for migrating Grails 1.x gdocs to the newer Grails 2.x form with a YAML-based table of contents.
Property Summary | |
---|---|
java.io.File |
guideDir
|
java.io.File |
outputDir
|
java.io.File |
resourcesDir
|
Method Summary | |
---|---|
java.lang.Object
|
migrate()
|
Property Detail |
---|
@InputDirectory java.io.File guideDir
@OutputDirectory java.io.File outputDir
@InputDirectory java.io.File resourcesDir
Method Detail |
---|
@TaskAction java.lang.Object migrate()
Groovy Documentation