12 lines
278 B
Groovy
12 lines
278 B
Groovy
plugins {
|
|
id 'org.springframework.shell.starter'
|
|
}
|
|
|
|
description = 'Spring Shell Starter Jna'
|
|
|
|
dependencies {
|
|
management platform(project(':spring-shell-management'))
|
|
api(project(':spring-shell-starters:spring-shell-starter'))
|
|
implementation 'org.jline:jline-terminal-jna'
|
|
}
|