mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Merge branch '2.4.x'
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user