Files
spring-shell/spring-shell-docs/spring-shell-docs.gradle
Janne Valkealahti f2009e2cb3 Move starter modules under starters
- Now all starters are kept under spring-shell-starters dir.
- Fixes #524
2022-09-08 13:12:12 +01:00

16 lines
349 B
Groovy

plugins {
id 'org.springframework.shell.docs'
}
description = 'Spring Shell Documentation'
dependencies {
management platform(project(":spring-shell-management"))
implementation project(':spring-shell-starters:spring-shell-starter')
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}
asciidoctorj {
version = '2.5.4'
}