Merge branch '3.4.x'

Closes gh-45193
This commit is contained in:
Phillip Webb
2025-04-14 16:18:50 -07:00
41 changed files with 92 additions and 92 deletions

View File

@@ -83,7 +83,7 @@ dependencies {
testRuntimeOnly("io.r2dbc:r2dbc-h2")
}
task syncIntTestDependencies(type: Sync) {
tasks.register("syncIntTestDependencies", Sync) {
destinationDir = file(layout.buildDirectory.dir("dependencies"))
from {
configurations.intTestDependencies