You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.8
set in the Github Actions and the other with theJDK 1.11
set in the Actions.The text was updated successfully, but these errors were encountered: