We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba48878 commit c1a850eCopy full SHA for c1a850e
grails-bom/build.gradle
@@ -35,6 +35,13 @@ publishing {
35
36
mkp.dependencyManagement {
37
mkp.dependencies {
38
+ mkp.dependency {
39
+ mkp.groupId 'org.springframework.boot'
40
+ mkp.artifactId 'spring-boot-dependencies'
41
+ mkp.version springBootVersion
42
+ mkp.type 'pom'
43
+ mkp.scope 'import'
44
+ }
45
for (sub in project.parent.subprojects) {
46
if (sub.name == 'grails-bom') continue
47
0 commit comments