Skip to content

Commit 5301c8d

Browse files
committed
Use new spring-boot-micrometer-* modules consistently
Closes gh-47350
1 parent 4f6bbac commit 5301c8d

File tree

1 file changed

+14
-14
lines changed
  • configuration-metadata/spring-boot-configuration-metadata-changelog-generator

1 file changed

+14
-14
lines changed

configuration-metadata/spring-boot-configuration-metadata-changelog-generator/build.gradle

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,20 @@ def dependenciesOf(String version) {
136136
modules += [
137137
"spring-boot-jersey"
138138
]
139-
if (version.equals("4.0.0-M1")) {
140-
modules += [
141-
"spring-boot-metrics",
142-
"spring-boot-observation",
143-
"spring-boot-tracing"
144-
]
145-
}
146-
else {
147-
modules += [
148-
"spring-boot-micrometer-metrics",
149-
"spring-boot-micrometer-observation",
150-
"spring-boot-micrometer-tracing"
151-
]
152-
}
139+
}
140+
if (version.equals("4.0.0-M1")) {
141+
modules += [
142+
"spring-boot-metrics",
143+
"spring-boot-observation",
144+
"spring-boot-tracing"
145+
]
146+
}
147+
else {
148+
modules += [
149+
"spring-boot-micrometer-metrics",
150+
"spring-boot-micrometer-observation",
151+
"spring-boot-micrometer-tracing"
152+
]
153153
}
154154
return modules
155155
}

0 commit comments

Comments
 (0)