This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch wrapper-profiles-merge in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 49767aba0a245acda13bcbe6f7732a1c4b1e3dca Author: James Daugherty <[email protected]> AuthorDate: Wed Apr 30 20:01:36 2025 -0400 update docs for profile inheritance changes --- grails-doc/src/en/guide/profiles/profileInheritance.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grails-doc/src/en/guide/profiles/profileInheritance.adoc b/grails-doc/src/en/guide/profiles/profileInheritance.adoc index 2015cba6bc..cf00cf4cec 100644 --- a/grails-doc/src/en/guide/profiles/profileInheritance.adoc +++ b/grails-doc/src/en/guide/profiles/profileInheritance.adoc @@ -39,8 +39,8 @@ To define the order of inheritance ensure that your dependencies are declared in [source,groovy] ---- dependencies { - profileRuntimeOnly "org.grails.profiles:plugin:$baseProfileVersion" - profileRuntimeOnly "org.grails.profiles:web:$baseProfileVersion" + profileRuntimeApi "org.apache.grails.profiles:plugin:$baseProfileVersion" + profileRuntimeApi "org.apache.grails.profiles:web:$baseProfileVersion" } ----
