Browse Source

Merge branch '2.3.x' into 2.4.x

pull/25150/head
Phillip Webb 5 years ago
parent
commit
003f2f9521
  1. 6
      spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle

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

@ -47,7 +47,7 @@ dependencies { @@ -47,7 +47,7 @@ dependencies {
}
task syncSpringBootDependenciesBom(type: Sync) {
destinationDir = file("${buildDir}/generated/sources/dependencies-bom/org/springframework/boot/maven")
destinationDir = file("${buildDir}/generated-resources/org/springframework/boot/maven")
from configurations.dependenciesBom
}
@ -58,8 +58,8 @@ syncDocumentationSourceForAsciidoctor { @@ -58,8 +58,8 @@ syncDocumentationSourceForAsciidoctor {
}
sourceSets {
main {
output.dir("${buildDir}/generated/sources/dependencies-bom", builtBy: "syncSpringBootDependenciesBom")
intTest {
output.dir("${buildDir}/generated-resources", builtBy: "syncSpringBootDependenciesBom")
}
}

Loading…
Cancel
Save