Configure build-info for sample
- e2e tests version command fails without build-info. - Relates #470
This commit is contained in:
@@ -12,6 +12,10 @@ dependencies {
|
|||||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
springBoot {
|
||||||
|
buildInfo()
|
||||||
|
}
|
||||||
|
|
||||||
// TODO: workaround until boot's aot plugin automatically extends
|
// TODO: workaround until boot's aot plugin automatically extends
|
||||||
// from all super configurations like graalvm's plugin does.
|
// from all super configurations like graalvm's plugin does.
|
||||||
configurations {
|
configurations {
|
||||||
|
|||||||
Reference in New Issue
Block a user