Skip to content

Commit ed09fbb

Browse files
committed
fix: remove leftover grails-doc plugin declaration
`grails-doc` Gradle plugin was removed in apachegh-14834 (59bead0).
1 parent 3d0a5d6 commit ed09fbb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

grails-gradle/plugins/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ gradlePlugin {
6262
id = 'org.apache.grails.gradle.grails-app'
6363
implementationClass = 'org.grails.gradle.plugin.core.GrailsGradlePlugin'
6464
}
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-
}
7165
grailsGsp {
7266
displayName = 'Grails GSP Gradle Plugin'
7367
description = 'A plugin that adds support for compiling Groovy Server Pages (GSP)'

0 commit comments

Comments
 (0)