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

@@ -50,7 +50,7 @@ task syncAntSources(type: Sync) {
destinationDir file("${buildDir}/ant")
from project.layout.projectDirectory
include "*.xml"
filter(springRepoistoryTransformers.ant())
filter(springRepositoryTransformers.ant())
}
task antRun(type: JavaExec) {