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

Using JetBrains Runtime on CI #449

Open
Danil42Russia opened this issue Mar 10, 2024 · 1 comment
Open

Using JetBrains Runtime on CI #449

Danil42Russia opened this issue Mar 10, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Danil42Russia
Copy link

Describe the need of your request

It's more of a question than a suggestion :)

When developing plugins, I always try to use the JetBrains Runtime SDK. But the Zulu SDK is used on CI, hence the question: "Is it worth bothering and using the JetBrains Runtime SDK on CI?"

Proposed solution

If so, it is worth adding JetBrains Runtime support to actions/setup-java.
I've already looked into whether this is possible: Yes, but with complications (but that's another issue).

Alternatives you've considered

No response

Additional context

No response

@Danil42Russia Danil42Russia added the enhancement New feature or request label Mar 10, 2024
@hsz
Copy link
Member

hsz commented Mar 11, 2024

That's a valid question, Danil — thanks for asking.
I plan to send a PR to actions/setup-java to make them aware of JBR, but this has a low-priority ATM.

Also, a bundled JBR should be considered a first option rather than a JBR resolved with the Gradle.

Given both, I reverted that setup so as not to ask Gradle for JBR now.

With the IntelliJ Platform Gradle Plugin 2.0, that resolving mechanism will be corrected + I will try to craft a proper change to the GitHub Action.

@hsz hsz self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants