logfellow / logstash-logback-encoder

Logback JSON encoder and appenders

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build: upgrade build to Java 17 while still producing Java8 compatible artefacts

brenuart opened this issue · comments

The build is still using Java 8. However, recent versions of plugins and tools have already started to migrate to Java 11 and cannot be used anymore. We should ideally migrate our build process to Java 11 while still producing Java 8 compatible byte code.