Skip to content

Commit 5519780

Browse files
authored
Merge pull request #13817 from codeconsole/7.0.x-pom-bom
Allow version resolution for api dependencies
2 parents 5f7327b + 84c1d2b commit 5519780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ subprojects { subproject ->
296296
if (subproject.name in ['grails-dependencies', 'grails-bom']) return
297297

298298
dependencies {
299-
implementation platform(project(':grails-bom'))
299+
api platform(project(':grails-bom'))
300300
}
301301

302302
if (subproject.name =~ /^(grails-web|grails-plugin-|grails-test-suite|grails-test)/) {

0 commit comments

Comments
 (0)