Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Build tools targets JDK 10+ making it impossible for plugins to test on supported JDK8 #2298

Closed
dblock opened this issue Mar 1, 2022 · 0 comments · Fixed by #2321
Closed
Labels
bug Something isn't working v1.3.0

Comments

@dblock
Copy link
Member

dblock commented Mar 1, 2022

Describe the bug

Coming from opensearch-project/job-scheduler#130, reduce target JVM for build-tools to enable plugins to run CI on supported JDK 8.

  allprojects {
    targetCompatibility = 10
    sourceCompatibility = 10
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v1.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant