Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 504 Bytes

File metadata and controls

11 lines (7 loc) · 504 Bytes

Contributing to Quarkus Updates Recipes

If the recipes we provide need adjustments for your use case and you think that your changes could benefit to others, your contributions are very welcome.

Testing your changes

If you want to test your changes on your application, you can:

  • Install your changes to your local repository with ./mvnw clean install
  • Run quarkus update with your updated recipes: quarkus update --quarkus-update-recipes=1.0.X-SNAPSHOT (adjust the version accordingly)