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

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

Open
Steffengreiner opened this issue Feb 8, 2021 · 0 comments
Open

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

Steffengreiner opened this issue Feb 8, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Steffengreiner
Copy link

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.

@Steffengreiner Steffengreiner added the enhancement New feature or request label Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant