Browse Source

Reduce and update the versions of Maven that we test against

Closes gh-40791
3.1.x
Andy Wilkinson 2 years ago
parent
commit
f35ecfbdca
  1. 2
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

2
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

@ -144,7 +144,7 @@ task xsdResources(type: Sync) { @@ -144,7 +144,7 @@ task xsdResources(type: Sync) {
}
prepareMavenBinaries {
versions "3.9.0", "3.8.5", "3.6.3"
versions "3.9.6", "3.6.3"
}
artifacts {

Loading…
Cancel
Save