upgrade to Spring Boot 4.2.1
This commit is contained in:
@@ -17,7 +17,8 @@ class GitTallyApplication
|
||||
class CliRunner(
|
||||
private val factory: IFactory,
|
||||
private val rootCommand: GitTallyCommand,
|
||||
) : CommandLineRunner, ExitCodeGenerator {
|
||||
) : CommandLineRunner,
|
||||
ExitCodeGenerator {
|
||||
private var exitCode = 0
|
||||
|
||||
override fun run(vararg args: String) {
|
||||
|
||||
Reference in New Issue
Block a user