This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch markup-issue
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/markup-issue by this push:
new d67f83beb9 add missing platform
d67f83beb9 is described below
commit d67f83beb90caa449ed5a9baf7790d11bc01a1da
Author: James Daugherty <[email protected]>
AuthorDate: Fri Jun 13 13:37:20 2025 -0400
add missing platform
---
grails-test-examples/markup-compilation-test/build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/grails-test-examples/markup-compilation-test/build.gradle
b/grails-test-examples/markup-compilation-test/build.gradle
index 9481191c90..46eaff76bb 100644
--- a/grails-test-examples/markup-compilation-test/build.gradle
+++ b/grails-test-examples/markup-compilation-test/build.gradle
@@ -27,12 +27,12 @@ plugins {
group = "com.example.markup"
dependencies {
- implementation platform(project(':grails-bom'))
-
+ developmentOnly platform(project(':grails-bom'))
developmentOnly "org.webjars.npm:bootstrap"
developmentOnly "org.webjars.npm:bootstrap-icons"
developmentOnly "org.webjars.npm:jquery"
+ implementation platform(project(':grails-bom'))
implementation "org.apache.grails:grails-core"
implementation "org.apache.grails:grails-data-hibernate5"
implementation "org.apache.grails:grails-databinding"