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

How to setup Java Module Actions #111

Open
chris-pateman opened this issue Sep 22, 2021 · 1 comment
Open

How to setup Java Module Actions #111

chris-pateman opened this issue Sep 22, 2021 · 1 comment

Comments

@chris-pateman
Copy link
Contributor

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.

  1. Go to your repository within GitHub
  2. Select the Actions tab at the top
  3. Select 'New workflow'
  4. Scroll down and select 'Trigger JitPack Build' pressing the 'Set up this workflow' button
  5. On the far right select 'Start commit'
  6. Update the PR name, then select 'Commit new file'
  7. Setup the PR as a draft so we can add the remaining file.
  8. Pull your feature branch
  9. Create a new file called jitpack.yml and add the following content:
jdk:
  - openjdk11
@timja
Copy link
Contributor

timja commented Sep 22, 2021

Additional context with some words that can probably be turned into documentation:
https://hmcts-reform.slack.com/archives/C02ECRF7T1R/p1632301980059400

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

No branches or pull requests

2 participants