Add jni starter
- new spring-shell-starter-jni which pulls jline's jni terminal provider. - Fixes #1047
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id 'org.springframework.shell.starter'
|
||||
}
|
||||
|
||||
description = 'Spring Shell Starter JNI'
|
||||
|
||||
dependencies {
|
||||
management platform(project(':spring-shell-management'))
|
||||
api(project(':spring-shell-starters:spring-shell-starter'))
|
||||
implementation 'org.jline:jline-terminal-jni'
|
||||
}
|
||||
Reference in New Issue
Block a user