Wasn't sure if I should ask here or on #multiplatform (may cross post)
I'm working on a desktop app using Compose and Jewel for the app's window. 🧵
pablisco
05/19/2024, 7:04 PM
I'm planning to set up CI with multiple environments to package the app. However, Jewel requires Jetbrains Runtime to work 🙃 how can I make sure that the CI uses that runtime?
pablisco
05/19/2024, 7:05 PM
Also, I'm thinking about anyone else trying the project requiring to run gradle with that JDK. Is there a way to make sure they have it installed.
pablisco
05/19/2024, 7:05 PM
One option I was thinking of is to download the Runtime before the build. However, I'm wondering if anyone can think of a better alternative. 🙏
r
romainguy
05/19/2024, 7:14 PM
You can request that runtime in your Gradle build file.