Merge branch '3.3.x'

Closes gh-42689
This commit is contained in:
Stéphane Nicoll
2024-10-15 10:42:41 +02:00
6 changed files with 32 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ dependencies {
task syncIntegrationTestSources(type: Sync) {
destinationDir file("${buildDir}/it")
from file("src/it")
filter(springRepoistoryTransformers.ant())
filter(springRepositoryTransformers.ant())
}
processResources {