Skip to content

Commit 5a2f90d

Browse files
committed
Register spring-boot-batch-jdbc for configuration metadata changelog
See gh-46307
1 parent 5301c8d commit 5a2f90d

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ def dependenciesOf(String version) {
151151
"spring-boot-micrometer-tracing"
152152
]
153153
}
154+
if (version.equals("4.0.0-RC1")) {
155+
modules += [
156+
"spring-boot-batch-jdbc"
157+
]
158+
}
154159
return modules
155160
}
156161
return [

0 commit comments

Comments
 (0)