This is an automated email from the ASF dual-hosted git repository.

matrei pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 2cb067e017 fix: remove leftover `grails-doc` plugin declaration 
(#15051)
2cb067e017 is described below

commit 2cb067e0176f86bc40a17375523b5eb52503a6d3
Author: Mattias Reichel <mat...@apache.org>
AuthorDate: Fri Sep 5 14:10:03 2025 +0200

    fix: remove leftover `grails-doc` plugin declaration (#15051)
    
    `grails-doc` Gradle plugin was removed in gh-14834
    (59bead022ae19141df508da9be2d05cc801a0a6b).
---
 grails-gradle/plugins/build.gradle | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/grails-gradle/plugins/build.gradle 
b/grails-gradle/plugins/build.gradle
index d053d33740..1ea1c98f3a 100644
--- a/grails-gradle/plugins/build.gradle
+++ b/grails-gradle/plugins/build.gradle
@@ -62,12 +62,6 @@ gradlePlugin {
             id = 'org.apache.grails.gradle.grails-app'
             implementationClass = 
'org.grails.gradle.plugin.core.GrailsGradlePlugin'
         }
-        grailsDoc {
-            displayName = 'Grails Doc Gradle Plugin'
-            description = 'Adds Grails doc publishing support'
-            id = 'org.apache.grails.gradle.grails-docs'
-            implementationClass = 
'org.grails.gradle.plugin.doc.GrailsDocGradlePlugin'
-        }
         grailsGsp {
             displayName = 'Grails GSP Gradle Plugin'
             description = 'A plugin that adds support for compiling Groovy 
Server Pages (GSP)'

Reply via email to