Skip to content

Adapt Github Actions to be performed with JDK 1.8 and 1.11 #278

Description

@Steffengreiner

Is your feature request related to a problem? Please describe.

Some of our products were written in JDK 1.8, while the newer products were written in JDK 1.11.
Currently the Github Actions specified in Qube for the groovy based templates all assume that the products are packaged and tested in JDK 1.11, which could lead to build failures for products developed in JDK 1.8.

Describe the solution you'd like

One solution could be to run each github action twice with the different JDKs.
Alternatively provide 2 distinct templates: one with JDK 1.8 set in the Github Actions and the other with the JDK 1.11 set in the Actions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions