Browse Source

Test Maven plugin against latest Maven versions

See gh-26200
pull/26221/head
Slawomir Jaranowski 5 years ago committed by Stephane Nicoll
parent
commit
50118f67fd
  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

@ -115,7 +115,7 @@ task zip(type: Zip) { @@ -115,7 +115,7 @@ task zip(type: Zip) {
}
prepareMavenBinaries {
versions "3.6.2", "3.5.4"
versions "3.8.1", "3.6.3", "3.5.4"
}
artifacts {

Loading…
Cancel
Save