I know that it’s possible to give the Java version with runtime parameter “-Rjava_version” when using the Bees SDK. Is it possible to give that runtime parameter when using Maven?
I know that it’s possible to give the Java version with runtime parameter -Rjava_version
Share
At this time you have to set that up via the bees SDK (or api, or via a clickstart that launched it). However, once it is set – you don’t need to set it each time (you only need to set parameters once, when the app is created in cloudbees).
Ie once you have called app:create (or anything, really) with -Rjava_version…. then you don’t need to again (it will be preserved).
You can also use bees config:set to set -Rjava_version as well (only needs to be set once).