With commit https://github.com/springdoc/springdoc-openapi-gradle-plugin/commit/79ac348f53854ec1220716eb79ac0b30d58b6b21, Jetty cannot start, because the split makes empty sytem properties. I get a startup failure with stactrace about empty key. Based on the mentioned commit, a simple example: ```java jshell> "-Dsome.property=value".split("-D") $1 ==> String[2] { "", "some.property=value" } ```