parent
40c1748e3c
commit
faaa5e4186
|
@ -45,7 +45,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
|
|
||||||
task syncSpringBootDependenciesBom(type: Sync) {
|
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
|
from configurations.dependenciesBom
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -56,8 +56,8 @@ syncDocumentationSourceForAsciidoctor {
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
intTest {
|
||||||
output.dir("${buildDir}/generated/sources/dependencies-bom", builtBy: "syncSpringBootDependenciesBom")
|
output.dir("${buildDir}/generated-resources", builtBy: "syncSpringBootDependenciesBom")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue