Merge branch '2.3.x' into 2.4.x
This commit is contained in:
commit
003f2f9521
|
@ -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 {
|
|||
}
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
output.dir("${buildDir}/generated/sources/dependencies-bom", builtBy: "syncSpringBootDependenciesBom")
|
||||
intTest {
|
||||
output.dir("${buildDir}/generated-resources", builtBy: "syncSpringBootDependenciesBom")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue