Skip to content

Remove 'minimumRuntime' source set from buildSrc #58351

@mark-vieira

Description

@mark-vieira

We currently separate out some core classes in buildSrc into the minimumRuntime source set. This source set is compiled with a target bytecode version of Java 8 for compatibility with builds unable to migration forward to Java 11, primarily elasticsearch-hadoop. They have since been able to bump their Gradle and JDK versions so we can get rid of this complexity and fold this code back into the main sourceset and use the same compiler version as everything else.

Metadata

Metadata

Assignees

Labels

:Delivery/BuildBuild or test infrastructureTeam:DeliveryMeta label for Delivery team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions