By-default, the travis is set to use JVM: IBM JDK. But I wish to use JVM as openjdk with version 1.8.x.
I have tried adding JVM: openjdk into the manifest.yml file present at /docs/configuration/ under the 'env' tag; but again travis uses IBM JDK.
Can I please get some pointers on how can I set the travis to use openjdk?
Hi,
By-default, the travis is set to use JVM: IBM JDK. But I wish to use JVM as openjdk with version 1.8.x. I have tried adding JVM: openjdk into the manifest.yml file present at /docs/configuration/ under the 'env' tag; but again travis uses IBM JDK. Can I please get some pointers on how can I set the travis to use openjdk?
TIA :D