Browse Source

Upgrade to Maven Source Plugin 3.4.0

Closes gh-48749
pull/48791/head
Andy Wilkinson 4 weeks ago
parent
commit
3752e957cc
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -1494,7 +1494,7 @@ bom { @@ -1494,7 +1494,7 @@ bom {
releaseNotes("https://github.com/apache/maven-shade-plugin/releases/tag/maven-shade-plugin-{version}")
}
}
library("Maven Source Plugin", "3.3.1") {
library("Maven Source Plugin", "3.4.0") {
prohibit {
contains "-beta-"
because "we don't want betas"

Loading…
Cancel
Save