Files
spring-shell/spring-shell-samples/spring-shell-samples.gradle
Janne Valkealahti c73efa3ceb Upgrade gradle 8.4
- Other than gradle itself, some changes are taken
  from main to support building samples with native.
- Fixes #1001
2024-02-13 15:10:08 +00:00

15 lines
441 B
Groovy

plugins {
id 'org.springframework.shell.sample'
}
description = 'Spring Shell Samples'
dependencies {
management platform(project(":spring-shell-management"))
implementation project(':spring-shell-starters:spring-shell-starter-jna')
testImplementation project(':spring-shell-starters:spring-shell-starter-test')
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.awaitility:awaitility'
}