-
Notifications
You must be signed in to change notification settings - Fork 742
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
Support JetBrainsRuntime distribution #399
Comments
Hello @Syer10 |
hi @Syer10, after the consultation with the team we have decided we are not currently planning to implement this feature. But I will not close this issue, because we want to see how much attention it is going to get :) |
@panticmilos Would you accept community contributions for this? If so, feel free to assign this to me |
It doesn't seem like they'd accept a community contribution without first showing demand. But you could make a fork that included it and the evidence of repositories using your fork would be a good way to convince them to integrate it. |
hi @yeikel, sorry for the delayed response. We are still not going to close this feature request, but still keeping it open for same reasons that I mentioned in the comment above :) |
This sounds like a good idea especially for Android projects as it will match Android Studio. |
I'd certainly like setup-java to support jbr as a distribution. It's worth doing for people that produce plugins for Jetbrains IDE's. |
@yeikel why not create a branch in your fork that adds the support and then link to it here. We'll be able to see how much your repository is used pretty easily (GitHub tracks dependencies). |
My intention was to contribute to this project in general, and I saw an issue I could try I have no particular interest or need to support this runtime, and maintaining a fork is not something I am interested at this time |
🤷 There's no obligation to maintain your fork. This repository doesn't have high churn and you aren't obligated to support it. For anyone curious, adding support for a distribution really doesn't look particularly hard, you basically implement two files Once you've gotten it working in your fork, you can advertise it here. Once it's advertised, you can look at the equivalent of this to see how much your version is used: For example: |
Would be nice to have thin in GitHub actions |
Would it be possible to re-consider this, especially now that FooJay discover APIs support the JetBrains Runtime? It's very useful for Compose Multiplatform projects such as Jewel. |
This is a little late, but I submitted a PR that adds support for this: - name: Setup JBR 21
uses: gmitch215/setup-java@6d2c5e1f82f180ae79f799f0ed6e3e5efb4e664d
with:
distribution: 'jetbrains'
java-version: 21
cache: 'gradle'
# For GitHub API (use if you believe you'd run into rate limits)
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
Description:
Add support for JetBrainsRuntime Java distribution https://github.com/JetBrains/JetBrainsRuntime/
Justification:
I build a desktop app using Compose Multiplatform, and the best distribution to use when building/packaging it is JetBrains Runtime because it expands the runtime support for GUI apps, expanding Swing and AWT support for every platform and fixing bugs. I use Github Actions to build my app so having it be supported in this action would be very helpful.
Are you willing to submit a PR?
Im not familair with TypeScript/JavaScript so I cannot say yes.
The text was updated successfully, but these errors were encountered: