Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7da5205

Browse files
committed
add grails-bom to resolve dependency versions
1 parent 4914962 commit 7da5205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ subprojects { Project subproject ->
221221
}
222222

223223
dependencies {
224+
implementation platform("org.grails:grails-bom:$grailsVersion")
225+
224226
documentation "org.fusesource.jansi:jansi:$jansiVersion"
225227
documentation "org.apache.groovy:groovy-dateutil:$groovyVersion"
226228
documentation "info.picocli:picocli:$picocliVersion"

0 commit comments

Comments
 (0)