Skip to content

Commit bb7afdf

Browse files
committed
Configure build-info for sample
- e2e tests version command fails without build-info. - Relates #470
1 parent 212ee43 commit bb7afdf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-shell-samples/spring-shell-samples.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ dependencies {
1212
testImplementation 'org.springframework.boot:spring-boot-starter-test'
1313
}
1414

15+
springBoot {
16+
buildInfo()
17+
}
18+
1519
// TODO: workaround until boot's aot plugin automatically extends
1620
// from all super configurations like graalvm's plugin does.
1721
configurations {

0 commit comments

Comments
 (0)