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

@@ -94,7 +94,7 @@ ext {
task copySettingsXml(type: Copy) {
from file("src/intTest/projects/settings.xml")
into "${buildDir}/generated-resources/settings"
filter(springRepoistoryTransformers.mavenSettings())
filter(springRepositoryTransformers.mavenSettings())
}
sourceSets {

View File

@@ -31,7 +31,7 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<!-- {spring.mavenRepositories} -->
<!-- {spring.mavenPluginRepositories} -->
</pluginRepositories>
</profile>
</profiles>