jdaugherty commented on code in PR #16077:
URL: https://github.com/apache/grails-core/pull/16077#discussion_r3699729515
##########
end-to-end/spring-dependency-management/build.gradle:
##########
@@ -30,22 +30,26 @@
// * io.spring.dependency-management is applied directly and imports
grails-bom as
// a Maven BOM, exactly as a migrated Grails 7 build would, so that the
Spring DM
// plugin is the source of truth for managed versions here.
+//
+// It is an end-to-end test because a Maven BOM import is only satisfiable by
a real
+// published pom - see the note on the include in settings.gradle.
plugins {
+ id 'groovy'
id 'org.apache.grails.buildsrc.properties'
id 'org.apache.grails.buildsrc.compile'
id 'org.apache.grails.buildsrc.vulnerability-scan'
+ id 'org.apache.grails.gradle.grails-web'
+ id 'org.apache.grails.gradle.grails-gsp'
}
version = '0.1'
-group = 'functionaltests'
-
-apply plugin: 'org.apache.grails.gradle.grails-web'
-apply plugin: 'org.apache.grails.gradle.grails-gsp'
+group = 'springdm'
Review Comment:
I intentional changed this as I'm trying to enforce unique names where
possible.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]