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
Describe the feature you'd like
Hello,
I am making this issue to propose creating a CI pipeline for compiling the application and for checking that merge requests compile correctly.
Describe alternatives you've considered
None considered, manually compiling on own device for each merge request + change is current way of doing things.
Additional context
I am mostly making this issue because I plan on attempting to implement this feature myself.
If I am able to get a CI build process working then I will create a merge request to add it in :)
The text was updated successfully, but these errors were encountered:
@brodeurlv This is probably a newbie question, but which JDK version are you using? 11 or 17?
I've gotten the CI pipeline to build successfully but I had to bump the JDK version to 17 in order for it to work otherwise gradle complained saying that I needed 17.
Describe the feature you'd like
Hello,
I am making this issue to propose creating a CI pipeline for compiling the application and for checking that merge requests compile correctly.
Describe alternatives you've considered
None considered, manually compiling on own device for each merge request + change is current way of doing things.
Additional context
I am mostly making this issue because I plan on attempting to implement this feature myself.
If I am able to get a CI build process working then I will create a merge request to add it in :)
The text was updated successfully, but these errors were encountered: