We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Within the common pipelines a page for how to set up Java Module workflow.
For packaging and storing the Java Module, we use GitHub Actions to run the pipeline and Jitpack to store the modules.
Actions
jitpack.yml
jdk: - openjdk11
The text was updated successfully, but these errors were encountered:
Additional context with some words that can probably be turned into documentation: https://hmcts-reform.slack.com/archives/C02ECRF7T1R/p1632301980059400
Sorry, something went wrong.
No branches or pull requests
What would you like to change?
Within the common pipelines a page for how to set up Java Module workflow.
How to setup Java Module deployments
For packaging and storing the Java Module, we use GitHub Actions to run the pipeline and Jitpack to store the modules.
Actions
tab at the topjitpack.yml
and add the following content:The text was updated successfully, but these errors were encountered: