Skip to content

Commit 22dfe10

Browse files
committed
Configure descriptor and BOM for Micronaut 5
1 parent 07a5453 commit 22dfe10

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

buildSrc/src/main/groovy/io.micronaut.build.internal.groovy-module.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ plugins {
55

66
micronautBuild {
77
enableBom = false
8+
descriptor {
9+
parentModuleId = "io.micronaut.groovy:micronaut-runtime-groovy"
10+
}
11+
}
12+
13+
// Apply BOM to resolve micronaut-module-info version added by Micronaut 5 build plugin
14+
dependencies {
15+
compileOnly platform(mn.micronaut.core.bom)
816
}
917

1018
configurations {
@@ -15,7 +23,6 @@ dependencies {
1523
documentation libs.javaparser
1624

1725
testImplementation mn.micronaut.runtime
18-
testImplementation libs.groovy.test
1926
}
2027

2128
groovydoc {

0 commit comments

Comments
 (0)