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
I'm sure there's a variety of use cases... one that comes to my mind is say I have a mix of Gradle 6.x and 7.x scripts, and so would like to use a common Java 11 to run Gradle. I would like to encode the Liberty app/server Java version in the project, which might be either 8, 11, or 17.
The text was updated successfully, but these errors were encountered:
It could be useful to use a different JDK for running Gradle itself as for running Liberty tasks: e.g. the server start, as well as dev mode compile.
As noted in https://docs.gradle.org/current/userguide/toolchains.html this could look like:
I'm sure there's a variety of use cases... one that comes to my mind is say I have a mix of Gradle 6.x and 7.x scripts, and so would like to use a common Java 11 to run Gradle. I would like to encode the Liberty app/server Java version in the project, which might be either 8, 11, or 17.
The text was updated successfully, but these errors were encountered: