Because [Apache Lucene 9 requires JDK 11 or newer](https://cwiki.apache.org/confluence/display/LUCENE/Release+Notes+9.0), and coming from https://github.com/opensearch-project/opensearch-plugins/issues/110, remove support for JDK 8. - [ ] Remove JDK 8 from CI/CD, default to 11. - [ ] Set Java source and target compatibility in all [build.gradle](build.gradle) files to `JavaVersion.VERSION_11`. - [ ] Update [DEVELOPER_GUIDE](DEVELOPER_GUIDE.md) and remove any other mention of JDK 8.