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

jamesfredley pushed a commit to branch apache-coordinates
in repository https://gitbox.apache.org/repos/asf/grails-profiles.git


The following commit(s) were added to refs/heads/apache-coordinates by this 
push:
     new 93e2202  views-gradle now lives in grails-gradle-plugins with all the 
other gradle plugin implementation classes
93e2202 is described below

commit 93e2202b789483cf9aa1737c974c1fc7bf24429f
Author: James Fredley <[email protected]>
AuthorDate: Wed Apr 23 09:56:17 2025 -0400

    views-gradle now lives in grails-gradle-plugins with all the other gradle 
plugin implementation classes
---
 base/features/json-views/feature.yml   | 2 --
 base/features/markup-views/feature.yml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/base/features/json-views/feature.yml 
b/base/features/json-views/feature.yml
index 4ec8f22..68473aa 100644
--- a/base/features/json-views/feature.yml
+++ b/base/features/json-views/feature.yml
@@ -3,8 +3,6 @@ build:
     plugins:
         - org.apache.grails.gradle.grails-gson
 dependencies:
-    - scope: build
-      coords: "org.apache.grails.gradle:grails-markup"
     - scope: implementation
       coords: "org.apache.grails:grails-views-gson"
     - scope: implementation
diff --git a/base/features/markup-views/feature.yml 
b/base/features/markup-views/feature.yml
index 90bdfb9..02bd77d 100644
--- a/base/features/markup-views/feature.yml
+++ b/base/features/markup-views/feature.yml
@@ -3,7 +3,5 @@ build:
     plugins:
         - org.apache.grails.gradle.grails-markup 
 dependencies:
-    - scope: build
-      coords: "org.apache.grails.gradle:grails-markup"
     - scope: implementation
       coords: "org.apache.grails:grails-views-markup"

Reply via email to