We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
grails-doc
1 parent 3d0a5d6 commit ed09fbbCopy full SHA for ed09fbb
grails-gradle/plugins/build.gradle
@@ -62,12 +62,6 @@ gradlePlugin {
62
id = 'org.apache.grails.gradle.grails-app'
63
implementationClass = 'org.grails.gradle.plugin.core.GrailsGradlePlugin'
64
}
65
- grailsDoc {
66
- displayName = 'Grails Doc Gradle Plugin'
67
- description = 'Adds Grails doc publishing support'
68
- id = 'org.apache.grails.gradle.grails-docs'
69
- implementationClass = 'org.grails.gradle.plugin.doc.GrailsDocGradlePlugin'
70
- }
71
grailsGsp {
72
displayName = 'Grails GSP Gradle Plugin'
73
description = 'A plugin that adds support for compiling Groovy Server Pages (GSP)'
0 commit comments