plugins { id 'org.springframework.shell.module' } description = 'Spring Shell Core Test Support' dependencies { management platform(project(":spring-shell-management")) implementation project(':spring-shell-core') optional('org.assertj:assertj-core') }