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

Commit 70cc09e

Browse files
authored
Use the Micornaut version shipped with Grails BOM (#715)
* Use the Micornaut version shipped with Grails BOM Removed explicit Gradle logic to force Micornuat version to 3.8.8 * Use Micronaut Spring version shipped with Grails BOM
1 parent 49fbc20 commit 70cc09e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ subprojects { Project subproject ->
109109
details.requested.name != 'grails-datastore-gorm-hibernate5') {
110110
details.useVersion(gormVersion)
111111
}
112-
if (details.requested.group == "io.micronaut") {
113-
details.useVersion(micronautVersion)
114-
}
115-
if (details.requested.group == "io.micronaut.spring") {
116-
details.useVersion(micronautSpringVersion)
117-
}
118112
}
119113
}
120114

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jansiVersion=2.4.0
1111
javaParserCoreVersion=3.23.0
1212
jaxbVersion=2.3.1
1313
junitJupiterVersion=5.9.3
14-
micronautVersion=3.8.8
15-
micronautSpringVersion=4.5.1
1614
picocliVersion=4.6.3
1715
projectVersion=8.0.0-SNAPSHOT
1816
pluginGrailsVersion=6.0.0-RC1

0 commit comments

Comments
 (0)