Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#5001): Execute Quarkus JVM buildMode before native buildMode #5070

Merged

Conversation

michalvavrik
Copy link
Contributor

Makes sure JVM mode is executed before native mode.

fixes: #5001

Release Note

fix(#5001): Execute Quarkus JVM buildMode before native buildMode

@michalvavrik michalvavrik force-pushed the feature/quarkus-mode-jvm-precede-native branch from 48f40f5 to 874dc73 Compare January 15, 2024 22:19
Copy link
Contributor

@squakez squakez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot!

Copy link
Contributor

✔️ Unit test coverage report - coverage increased from 34.4% to 34.5% (+0.1%)

@squakez squakez merged commit 0feccdb into apache:main Jan 16, 2024
15 checks passed
@michalvavrik michalvavrik deleted the feature/quarkus-mode-jvm-precede-native branch January 16, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quarkus buildMode should sort JVM before Native execution
3 participants