-
I have two custom build profiles in my I have a profile to build and push a jar image, i.e., I have a profile to build and push a native image, i.e., I use one or the other custom build profile via the gradle build command:
My custom profile properties work fine when using I cannot find anything (yet) in the Quarkus migration guide or github issues that indicates a change in the way custom profiles are defined and used at build-time. Can anyone advise? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
/cc @geoand (jib) |
Beta Was this translation helpful? Give feedback.
-
@radcortez, any ideas? |
Beta Was this translation helpful? Give feedback.
-
@ghubstan please use We are sorry for the inconvenience and for not property communicating that |
Beta Was this translation helpful? Give feedback.
@ghubstan please use
quarkus.profile
(with a dot separator) instead of a dash. Thequarkus-profile
has been deprecated a long time ago (in 2019), but only now got removed.We are sorry for the inconvenience and for not property communicating that
quarkus-profile
should not be used.