This is an automated email from the ASF dual-hosted git repository.
jamesfredley 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 5183ae92ff Add comment for spring-boot-devtools dependency in base
profile
5183ae92ff is described below
commit 5183ae92ffd19c78f3d0eaaa33963533f77ee588
Author: James Fredley <[email protected]>
AuthorDate: Tue Jul 22 15:49:31 2025 -0400
Add comment for spring-boot-devtools dependency in base profile
---
grails-profiles/base/skeleton/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/grails-profiles/base/skeleton/build.gradle
b/grails-profiles/base/skeleton/build.gradle
index 9c126cf840..bbdfd1cc12 100644
--- a/grails-profiles/base/skeleton/build.gradle
+++ b/grails-profiles/base/skeleton/build.gradle
@@ -22,7 +22,7 @@ repositories {
dependencies {
implementation platform("org.apache.grails:grails-bom:$grailsVersion")
- developmentOnly("org.springframework.boot:spring-boot-devtools")
+ developmentOnly("org.springframework.boot:spring-boot-devtools") // Spring
Boot DevTools may cause performance slowdowns or compatibility issues on larger
applications
integrationTestImplementation testFixtures("org.apache.grails:grails-geb")
@dependencies@
}