cloudfoundry / ibm-websphere-liberty-buildpack

IBM WebSphere Application Server Liberty Buildpack
Apache License 2.0
72 stars 190 forks source link

How to use JVM: openjdk when using travis utility? #481

Closed ghost closed 4 months ago

ghost commented 3 years ago

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