**Describe the bug** Coming from https://github.com/opensearch-project/job-scheduler/pull/130, reduce target JVM for build-tools to enable plugins to run CI on supported JDK 8. ``` allprojects { targetCompatibility = 10 sourceCompatibility = 10 } ```