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
Since in general we don't test Quarkus with Liberica NIK and there is no buildpack using Mandrel, the next best choice for Quarkus seems to be GraalVM CE, i.e. paketo-buildpacks/graalvm/. WDYT?
Describe the bug
When following the docs on building Quarkus with Buildpacks, I end up with a container that uses Liberica as the JDK.
Expected behavior
Mandrel is used a the JDK, or the user is given a choice which JDK to use.
Actual behavior
Liberica is used as the JDK.
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: