-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Closed
Labels
:Delivery/BuildBuild or test infrastructureBuild or test infrastructureTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team
Description
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 infrastructureBuild or test infrastructureTeam:DeliveryMeta label for Delivery teamMeta label for Delivery team