package does not exist in upgrade to quarkus 3.9.4 #40210
-
I'm trying to update the quarkus in my java app from 3.2.10.Final to the 3.9.4, but i have a problem when updating, it says this: package org.graalvm.home does not exist, the problem is that when updating quarkus this package does not longer exists and it does not said how to solved it, i tried adding this to the pom file but nothing: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think that's what you were looking for. This SO answer explains various options on how to get your application version ( |
Beta Was this translation helpful? Give feedback.
org.graalvm.home.Version
will return the version of GraalVM, not the version of Quarkus.I don't think that's what you were looking for.
This SO answer explains various options on how to get your application version (
quarkus.application.version
) and the Quarkus version (quarkus.version
): https://stackoverflow.com/questions/58306053/how-can-i-get-the-version-of-the-application-defined-by-tag-version-in-pom-xml