Skip to content

Commit 8d3601d

Browse files
committed
Add jni starter
- new spring-shell-starter-jni which pulls jline's jni terminal provider. - Fixes #1047
1 parent 054db76 commit 8d3601d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
plugins {
2+
id 'org.springframework.shell.starter'
3+
}
4+
5+
description = 'Spring Shell Starter JNI'
6+
7+
dependencies {
8+
management platform(project(':spring-shell-management'))
9+
api(project(':spring-shell-starters:spring-shell-starter'))
10+
implementation 'org.jline:jline-terminal-jni'
11+
}

0 commit comments

Comments
 (0)