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

Improve the release pipeline to use github packages #350

Open
NipunaRanasinghe opened this issue Apr 8, 2024 · 3 comments
Open

Improve the release pipeline to use github packages #350

NipunaRanasinghe opened this issue Apr 8, 2024 · 3 comments
Assignees

Comments

@NipunaRanasinghe
Copy link
Contributor

NipunaRanasinghe commented Apr 8, 2024

Description:
Currently the lsp4intellij release artifacts are only available in jitpack(jitpack support was added before the introduction of github packages).
Therefore the plan is to eventually migrate to the github packages. We'll be supporting both platforms initially and, the jitpack support will be removed after sometime.

Describe your problem(s)

Describe your solution(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

@nixel2007
Copy link
Contributor

I highly advise you to migrate to maven central instead of GHP, which still requires auth even for downloading the packages.

@NipunaRanasinghe
Copy link
Contributor Author

NipunaRanasinghe commented Apr 10, 2024

I highly advise you to migrate to maven central instead of GHP, which still requires auth even for downloading the packages.

@nixel2007 This decision was taken because almost all the repos under our organization are currently using GH packages. Anyway we are already aware of the auth restrictions when using GH packages and, currently I'm exploring the possibility of using nexus for this, which doesn't have the limitation you mentioned.

@nixel2007
Copy link
Contributor

@NipunaRanasinghe ok, thanks for clarification.
If you need I can share with you several PRs with our (1c-syntax) migration from jitpack to maven central/sonatype OSS nexus.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants