-
Notifications
You must be signed in to change notification settings - Fork 273
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
Cannot find local JBR for EAP 2022.2 snapshot #1016
Comments
Also requested by JetBrains partners to continue plugin development, please fix. JetBrains Runtime changed layout permanently since 2022.2 |
Getting the same error when running
Environment:
As a workaround, we disabled 'buildSearchableOptions' on
|
I'm experiencing the same error. |
Hi anyone who encounters this issue, a simple workaround is renaming |
For me the proposed workaround isn't working.
|
Which version of Gradle IntelliJ Plugin are you using? I got the same error in |
Could you folks please verify if the latest snapshot works for you? |
Updated |
Describe the bug
But in
C:\Users\aaaa\.gradle\caches\modules-2\files-2.1\com.jetbrains\jbre\jbr_jcef-17.0.3-windows-x64-b469.3\extracted
I see
But when I ran the same code last week, the JBR was successfully resolved. So I opened the previously downloaded JBR
jbr_jcef-17.0.3-windows-x64-b463.3
and I seeIf the rename of JBR folder is intended, the problematic code is here I guess (possible a simple .startsWith helps):
https://github.com/JetBrains/gradle-intellij-plugin/blob/5cd564676e72f69979a067888ff229a15976939b/src/main/kotlin/org/jetbrains/intellij/jbr/JbrResolver.kt#L189-L190
To Reproduce
use
id("org.jetbrains.intellij") version "1.7.0-SNAPSHOT"
in build.gradle.kts and run from IDEExpected behavior
JBR is found and used to launch Intellij IDEA.
Environment:
EDIT: one simple workaround: rename
jbr_jcef-17.0.3...
tojbr
The text was updated successfully, but these errors were encountered: