mirror of
https://github.com/elastic/logstash.git
synced 2025-06-29 02:03:30 -04:00
This commit moves the JvmOptionParser into its own gradle project. This enables the JvmOptionParser to remain compatible with Java 1.8 to present a helpful error message to a user attempting to start Logstash using older versions of Java, while allowing the main Logstash code base to freely use idiomatic Java 11 features.
150 B
150 B
Standalone jar for JvmOptionsParser to enable it to run under Java 8 to provide helpful fail fast message when logstash is run older versions of Java.