Skip to content

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

@dblock

Description

@dblock

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
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingv1.3.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions