plugins { id 'org.springframework.shell.starter' id 'org.springframework.shell.toolchain' } description = 'Spring Shell Starter FFM' dependencies { management platform(project(':spring-shell-management')) api(project(':spring-shell-starters:spring-shell-starter')) implementation 'org.jline:jline-terminal-ffm' }