Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question This is my project structure. The blue folder have their respective poms in their subfolders. My question is, in following maven.yml how can I do
Tag: continuous-integration
How I can specify the version of JDK for travis CI
I have the file .travis.yml generated by JHipster and I would like to use adopt open jdk 12 for travis, but I can not set it. Update alternative doesn’t work, I always see error: resetting java alternatives and second error update-alternatives: error: no alternatives for mozilla-javaplugin.so And jdk is always OpenJDK 11 openjdk version “11.0.2” 2019-01-15 Answer Add below matrix