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.
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 inJDK 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 inJDK 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.8set in the Github Actions and the other with theJDK 1.11set in the Actions.