Can I remove the jbr download task in runIde?
Answered
I have a network error in runIde task, when download the jetbrains java runtime. The error output is below:
[gradle-intellij-plugin :module module] Cannot download JetBrains Java Runtime 'jbr_jcef-17.0.9-windows-x64-b1087.7'
By the way, the "org.jetbrains.intellij" version is ‘1.15.0’.
How can I skip the jbr download task?
Please sign in to leave a comment.
You should start with updating the plugin, not disabling the task.
Migrating to 2.x is recommended: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-migration.html
If you want to stick to 1.x, update it to 1.17.4.
Thank you!