This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,8 @@ subprojects { Project subproject ->
117117 }
118118 }
119119
120-
121-
122120 dependencies {
121+ implementation platform(" org.grails:grails-bom:$grailsVersion " )
123122 testImplementation " jakarta.annotation:jakarta.annotation-api:$jakartaAnnotationApiVersion "
124123 testImplementation " io.micrometer:micrometer-core:latest.integration"
125124 testImplementation " io.projectreactor:reactor-test:$projectReactorVersion "
@@ -184,6 +183,10 @@ subprojects { Project subproject ->
184183
185184 apply plugin : ' groovy'
186185
186+ dependencies {
187+ implementation platform(" org.grails:grails-bom:$grailsVersion " )
188+ }
189+
187190 configurations {
188191 documentation. extendsFrom(compileClasspath)
189192 }
@@ -221,8 +224,6 @@ subprojects { Project subproject ->
221224 }
222225
223226 dependencies {
224- implementation platform(" org.grails:grails-bom:$grailsVersion " )
225-
226227 documentation " org.fusesource.jansi:jansi:$jansiVersion "
227228 documentation " org.apache.groovy:groovy-dateutil:$groovyVersion "
228229 documentation " info.picocli:picocli:$picocliVersion "
You can’t perform that action at this time.
0 commit comments