Add gradle build files
- First set of changes for introduction of a gradle build. - Relates #470
This commit is contained in:
14
spring-shell-autoconfigure/spring-shell-autoconfigure.gradle
Normal file
14
spring-shell-autoconfigure/spring-shell-autoconfigure.gradle
Normal file
@@ -0,0 +1,14 @@
|
||||
plugins {
|
||||
id 'org.springframework.shell.module'
|
||||
}
|
||||
|
||||
description = 'Spring Shell Autoconfigure'
|
||||
|
||||
dependencies {
|
||||
management platform(project(":spring-shell-management"))
|
||||
implementation 'org.springframework.boot:spring-boot-autoconfigure'
|
||||
implementation project(':spring-shell-core')
|
||||
implementation project(':spring-shell-standard')
|
||||
implementation project(':spring-shell-standard-commands')
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
}
|
||||
Reference in New Issue
Block a user